Changeset 5cd2290 in mainline for uspace/srv/taskman/task.h
- Timestamp:
- 2019-08-07T05:35:46Z (6 years ago)
- Children:
- b22b0a94
- Parents:
- 1fb4a49
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-10-18 10:53:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:35:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskman/task.h
r1fb4a49 r5cd2290 45 45 46 46 extern int task_intro(ipc_call_t *, bool); 47 extern void task_terminated(task_id_t, task_exit_t); 47 extern void task_terminated(task_id_t, exit_reason_t); 48 extern void task_failed(task_id_t); 48 49 49 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.