Changeset 780c8ce in mainline for uspace/srv/taskman/event.h


Ignore:
Timestamp:
2019-08-07T05:52:27Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
012dd8e
Parents:
2aaccd3
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-10-22 23:09:22)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 05:52:27)
Message:

taskman: Light streamlining (removing TODOs)

  • Low work attitude today :-(
File:
1 edited

Legend:

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

    r2aaccd3 r780c8ce  
    4141extern int event_init(void);
    4242
    43 
    44 // TODO unify this API for all call/connection handlers
    4543extern int event_register_listener(task_id_t, async_sess_t *);
    46 extern void wait_for_task(task_id_t, int, ipc_callid_t, ipc_call_t *);
    47 extern int task_set_retval(ipc_call_t *);
     44extern void wait_for_task(task_id_t, int, ipc_callid_t, task_id_t);
     45extern int task_set_retval(task_id_t, int, bool);
    4846
    4947extern void task_terminated(task_id_t, exit_reason_t);
Note: See TracChangeset for help on using the changeset viewer.