Changeset 07b39338 in mainline for uspace/srv/loc/loc.h
- Timestamp:
- 2011-08-20T18:21:49Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ab014d
- Parents:
- 0cf27ee (diff), f00af83 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loc/loc.h
r0cf27ee r07b39338 36 36 #define LOC_H_ 37 37 38 #include <ipc/loc.h> 38 39 #include <async.h> 39 40 #include <fibril_synch.h> … … 89 90 /** Link to list of services in category (category_t.services) */ 90 91 link_t cat_services; 92 /** List of category memberships (svc_categ_t) */ 93 list_t cat_memb; 91 94 /** Unique service identifier */ 92 95 service_id_t id; … … 101 104 } loc_service_t; 102 105 106 extern fibril_mutex_t services_list_mutex; 107 103 108 extern service_id_t loc_create_id(void); 109 extern void loc_category_change_event(void); 104 110 105 111 #endif
Note:
See TracChangeset
for help on using the changeset viewer.