Changeset c7b9db03 in mainline
- Timestamp:
- 2019-08-17T13:36:16Z (6 years ago)
- Children:
- b895ba3
- Parents:
- 5a88d87
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:06:01)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:36:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/sm_task.c
r5a88d87 rc7b9db03 189 189 } 190 190 191 } 192 if (tev->flags & TASK_WAIT_RETVAL) { 191 } else if (tev->flags & TASK_WAIT_RETVAL) { 193 192 assert(u->state == STATE_STARTING); 194 193 u->state = STATE_STARTED;
Note:
See TracChangeset
for help on using the changeset viewer.