Changeset 4667b5c in mainline for uspace/srv/taskman/event.h


Ignore:
Timestamp:
2019-08-07T11:10:46Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

taskman: Add method to dump events of already running tasks

It's crafted for early startup of sysman.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskman/event.h

    r130ba46 r4667b5c  
    4242
    4343extern int event_register_listener(task_id_t, async_sess_t *);
     44extern void dump_events(task_id_t, ipc_callid_t);
    4445extern void wait_for_task(task_id_t, int, ipc_callid_t, task_id_t);
    4546extern int task_set_retval(task_id_t, int, bool);
Note: See TracChangeset for help on using the changeset viewer.