Changeset 2f44fafd in mainline for uspace/srv/taskman/task.h
- Timestamp:
- 2019-08-07T04:33:20Z (6 years ago)
- Children:
- e0e7eba
- Parents:
- 62273d1
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-12 21:58:23)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 04:33:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskman/task.h
r62273d1 r2f44fafd 44 44 extern int task_set_retval(ipc_call_t *); 45 45 46 extern int task_i d_intro(ipc_call_t *);46 extern int task_intro(ipc_call_t *, bool); 47 47 extern void task_terminated(task_id_t, task_exit_t); 48 48
Note:
See TracChangeset
for help on using the changeset viewer.