Changeset 62273d1 in mainline for uspace/srv/taskman/task.h
- Timestamp:
- 2019-08-07T04:27:24Z (6 years ago)
- Children:
- 2f44fafd
- Parents:
- 70d28e8
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-08 21:46:22)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:27:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskman/task.h
r70d28e8 r62273d1 44 44 extern int task_set_retval(ipc_call_t *); 45 45 46 extern int ns_task_id_intro(ipc_call_t *); 47 extern int ns_task_disconnect(ipc_call_t *); 48 46 extern int task_id_intro(ipc_call_t *); 47 extern void task_terminated(task_id_t, task_exit_t); 49 48 50 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.