Changeset 8ae8262 in mainline for uspace/srv/sysman/unit.c
- Timestamp:
- 2019-08-07T11:08:17Z (6 years ago)
- Children:
- 130ba46
- Parents:
- 5353f50
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-12 02:56:35)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:08:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/unit.c
r5353f50 r8ae8262 68 68 69 69 unit->type = type; 70 unit->state = STATE_EMBRYO; 70 unit->state = STATE_STOPPED; 71 unit->repo_state = REPO_EMBRYO; 71 72 72 73 link_initialize(&unit->units);
Note:
See TracChangeset
for help on using the changeset viewer.