Changeset 4667b5c in mainline for uspace/lib/c/include
- Timestamp:
- 2019-08-07T11:10:46Z (6 years ago)
- Children:
- bb57a00
- Parents:
- 130ba46
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-13 01:56:10)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:10:46)
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
-
ipc/taskman.h (modified) (1 diff)
-
taskman.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/taskman.h
r130ba46 r4667b5c 44 44 TASKMAN_EVENT_CALLBACK, 45 45 TASKMAN_NEW_TASK, 46 TASKMAN_I_AM_NS 46 TASKMAN_I_AM_NS, 47 TASKMAN_DUMP_EVENTS 47 48 } taskman_request_t; 48 49 -
uspace/lib/c/include/taskman.h
r130ba46 r4667b5c 40 40 #endif 41 41 42 extern int taskman_dump_events(void); 43 42 44 /* Internal functions to be used by loader only */ 43 45 #ifndef TASKMAN_DISABLE_ASYNC
Note:
See TracChangeset
for help on using the changeset viewer.
