Changeset 3529f148 in mainline for uspace/srv/sysman/sm_task.c
- 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/sysman/sm_task.c
r06599a1 r3529f148 41 41 struct sm_task_event { 42 42 task_id_t task_id; 43 int flags;43 task_wait_flag_t flags; 44 44 task_exit_t texit; 45 45 int retval; … … 51 51 * @note This function runs in separate fibril (not same as event loop). 52 52 */ 53 static void sm_task_event_handler(task_id_t tid, int flags, task_exit_t texit,53 static void sm_task_event_handler(task_id_t tid, task_wait_flag_t flags, task_exit_t texit, 54 54 int retval) 55 55 {
Note:
See TracChangeset
for help on using the changeset viewer.