Changeset 63a3276 in mainline for uspace/srv/sysman/connection_ctl.c
- Timestamp:
- 2019-08-06T19:20:35Z (6 years ago)
- Children:
- 3f05ef7
- Parents:
- 72c8f77
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-06-17 23:02:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:20:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/connection_ctl.c
r72c8f77 r63a3276 84 84 85 85 if (!(flags & IPC_FLAG_BLOCKING)) { 86 retval = sysman_ queue_job(unit, STATE_STARTED, NULL, NULL);86 retval = sysman_run_job(unit, STATE_STARTED, NULL, NULL); 87 87 goto answer; 88 88 } … … 93 93 goto answer; 94 94 } 95 retval = sysman_ queue_job(unit, STATE_STARTED, &answer_callback,95 retval = sysman_run_job(unit, STATE_STARTED, &answer_callback, 96 96 iid_ptr); 97 97 if (retval != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.