Changeset b8341bc in mainline for uspace/lib/c/include/task.h


Ignore:
Timestamp:
2019-08-07T05:42:02Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
c675ab1
Parents:
b22b0a94
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-19 22:25:17)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:42:02)
Message:

taskman: IPC builerplate for task event API

  • Actual implementation tomorrow…

Conflicts:

uspace/lib/c/include/task.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/task.h

    rb22b0a94 rb8341bc  
    7575
    7676extern errno_t task_retval(int);
    77 extern void task_set_event_handler(task_event_handler_t);
     77extern int task_register_event_handler(task_event_handler_t);
    7878
    7979#endif
Note: See TracChangeset for help on using the changeset viewer.