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


Ignore:
Timestamp:
2019-08-07T11:47:00Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
d5cca04
Parents:
4ff66ae
git-author:
Michal Koutny <xm.koutny+hos@…> (2015-11-15 11:47:07)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:47:00)
Message:

ns: Created simplified taskman API using low-level IPC API only

Conflicts:

uspace/lib/c/generic/async.c
uspace/lib/c/generic/private/async.h
uspace/lib/c/include/task.h
uspace/srv/ns/ns.c

File:
1 edited

Legend:

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

    r4ff66ae r87a31ef2  
    3939#include <stdarg.h>
    4040#include <abi/proc/task.h>
    41 #include <async.h>
    4241#include <types/task.h>
    4342
     
    7776
    7877/* Implemented in task_event.c */
    79 extern int task_register_event_handler(task_event_handler_t);
     78extern int task_register_event_handler(task_event_handler_t, bool);
    8079
    8180#endif
Note: See TracChangeset for help on using the changeset viewer.