Changeset 50ad3f3 in mainline for uspace/srv/locsrv/locsrv.h
- Timestamp:
- 2012-06-01T19:17:07Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b054a6f
- Parents:
- b16e77d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/locsrv/locsrv.h
rb16e77d r50ad3f3 86 86 /** Link to global list of services (services_list) */ 87 87 link_t services; 88 88 89 /** Link to server list of services (loc_server_t.services) */ 89 90 link_t server_services; 91 90 92 /** Link to list of services in category (category_t.services) */ 91 93 link_t cat_services; 94 92 95 /** List of category memberships (svc_categ_t) */ 93 96 list_t cat_memb; 97 94 98 /** Unique service identifier */ 95 99 service_id_t id; 100 96 101 /** Service namespace */ 97 102 loc_namespace_t *namespace; 103 98 104 /** Service name */ 99 105 char *name; 106 100 107 /** Supplier of this service */ 101 108 loc_server_t *server; 109 102 110 /** Use this interface when forwarding to server. */ 103 111 sysarg_t forward_interface;
Note:
See TracChangeset
for help on using the changeset viewer.