Changeset 1be7bee in mainline for uspace/srv/ns/ns.c
- Timestamp:
- 2019-08-07T04:20:30Z (5 years ago)
- Children:
- 70d28e8
- Parents:
- fe86d9d
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-05 21:17:40)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:20:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/ns.c
rfe86d9d r1be7bee 43 43 #include <stdio.h> 44 44 #include <errno.h> 45 #include <macros.h>46 45 #include "ns.h" 47 46 #include "service.h" … … 96 95 retval = EOK; 97 96 break; 98 case NS_TASK_WAIT:99 id = (task_id_t)100 MERGE_LOUP32(ipc_get_arg1(&call), ipc_get_arg2(&call));101 wait_for_task(id, &call);102 continue;103 97 case NS_ID_INTRO: 104 98 retval = ns_task_id_intro(&call); 105 break;106 case NS_RETVAL:107 // TODO move to taskman108 retval = EOK;109 //retval = ns_task_retval(&call);110 99 break; 111 100 default:
Note:
See TracChangeset
for help on using the changeset viewer.