Changeset 5559712 in mainline for uspace/srv/sysman/configuration.c
- Timestamp:
- 2019-08-03T09:28:50Z (6 years ago)
- Children:
- c0e4fc50
- Parents:
- 2dda1d4
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-07 11:49:47)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:28:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/configuration.c
r2dda1d4 r5559712 148 148 } 149 149 150 /** Remove all uncommited units and edges from configuratio 151 * 152 * Memory used by removed object is released. 153 */ 150 154 void configuration_rollback(void) 151 155 { … … 186 190 * 187 191 * @return EOK on success 188 * @return ENO NENT when one or more resolution fails, information is logged192 * @return ENOENT when one or more resolution fails, information is logged 189 193 */ 190 194 int configuration_resolve_dependecies(void)
Note:
See TracChangeset
for help on using the changeset viewer.