Changeset 01e68af in mainline for uspace/srv/sysman/units/unit_mnt.c
- Timestamp:
- 2019-08-17T13:43:48Z (5 years ago)
- Children:
- 95d4280a
- Parents:
- 24b30e1
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:31:40)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:43:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_mnt.c
r24b30e1 r01e68af 196 196 197 197 198 // TODO think about unit's lifecycle (is STOPPED only acceptable?)199 198 assert(unit->state == STATE_STOPPED); 200 199 … … 237 236 238 237 239 // TODO think about unit's lifecycle (is STOPPED only acceptable?)240 238 // note: we should never hit STATE_STARTING, since it'd mean there are 241 239 // two jobs running at once (unless job cancellation is implemented)
Note:
See TracChangeset
for help on using the changeset viewer.