Changes in uspace/srv/ns/task.h [5a6cc679:3be9d10] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/task.h
r5a6cc679 r3be9d10 40 40 extern void process_pending_wait(void); 41 41 42 extern void wait_for_task(task_id_t, ipc_call_t *, ipc_callid_t);42 extern void wait_for_task(task_id_t, ipc_call_t *, cap_call_handle_t); 43 43 44 44 extern errno_t ns_task_id_intro(ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.