Changeset 3529f148 in mainline for uspace/srv/taskman/event.h
- Timestamp:
- 2020-03-06T19:14:20Z (5 years ago)
- Children:
- 13b4504
- Parents:
- 06599a1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-02-29 11:22:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-03-06 19:14:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskman/event.h
r06599a1 r3529f148 44 44 ipc_call_t *); 45 45 extern void dump_events(task_id_t, ipc_call_t *); 46 extern void wait_for_task(task_id_t, int, ipc_call_t *, task_id_t);46 extern void wait_for_task(task_id_t, task_wait_flag_t, ipc_call_t *, task_id_t); 47 47 extern errno_t task_set_retval(task_id_t, int, bool); 48 48
Note:
See TracChangeset
for help on using the changeset viewer.