Changeset ff20afc in mainline for uspace/srv/sysman/repo.h
- Timestamp:
- 2019-08-17T13:12:47Z (6 years ago)
- Children:
- 5a88d87
- Parents:
- d5cca04
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 13:56:42)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:12:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/repo.h
rd5cca04 rff20afc 38 38 #define ANONYMOUS_SERVICE_MASK "service_%" PRIu64 39 39 40 /* 41 * If you access units out of the main event-loop fibril call repo_rlock(), 42 * repo_runlock(). 43 */ 40 44 extern list_t units; 41 45 … … 56 60 extern unit_t *repo_find_unit_by_handle(unit_handle_t); 57 61 62 extern void repo_rlock(void); 63 extern void repo_runlock(void); 58 64 59 65 #endif
Note:
See TracChangeset
for help on using the changeset viewer.