Changeset bb154c6 in mainline for uspace/srv/sysman/configuration.h
- Timestamp:
- 2019-08-03T08:15:25Z (6 years ago)
- Children:
- 09a8006
- Parents:
- 6006f35
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-04-15 15:14:58)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 08:15:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/configuration.h
r6006f35 rbb154c6 8 8 extern int configuration_add_unit(unit_t *); 9 9 10 extern int configuration_commit(void); 10 extern void configuration_start_update(void); 11 12 extern void configuration_commit(void); 13 14 extern void configuration_rollback(void); 15 16 extern int configuration_resolve_dependecies(void); 17 18 extern unit_t *configuration_find_unit_by_name(const char *); 19 11 20 12 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.