Changeset 504d103 in mainline for uspace/srv/sysman/connection_ctl.c
- Timestamp:
- 2019-08-17T13:48:39Z (5 years ago)
- Children:
- 8fab3f6
- Parents:
- 95d4280a
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 16:57:19)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:48:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/connection_ctl.c
r95d4280a r504d103 91 91 } 92 92 93 static void sysman_unit_start (ipc_callid_t iid, ipc_call_t *icall)93 static void sysman_unit_start_by_name(ipc_callid_t iid, ipc_call_t *icall) 94 94 { 95 95 char *unit_name = NULL; … … 286 286 sysman_unit_handle(callid, &call); 287 287 break; 288 case SYSMAN_CTL_UNIT_START :289 sysman_unit_start (callid, &call);288 case SYSMAN_CTL_UNIT_START_BY_NAME: 289 sysman_unit_start_by_name(callid, &call); 290 290 break; 291 291 case SYSMAN_CTL_UNIT_STOP:
Note:
See TracChangeset
for help on using the changeset viewer.