Changeset 16d748ee in mainline for uspace/lib/c/include/ipc/taskman.h


Ignore:
Timestamp:
2020-01-05T03:04:38Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
66b1075
Parents:
2f04bdd
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-11-30 20:47:26)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 03:04:38)
Message:

Removing implicit handler from async/server and taskman.
Correcting taskman methods and it's fallback handler
Simplifying connecting to taskman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/taskman.h

    r2f04bdd r16d748ee  
    4343        TASKMAN_EVENT_CALLBACK,
    4444        TASKMAN_NEW_TASK,
    45         TASKMAN_I_AM_NS
     45        TASKMAN_I_AM_NS,
     46
     47        TASKMAN_CONNECT_TO_NS,
     48        TASKMAN_CONNECT_TO_LOADER,
     49        TASKMAN_LOADER_CALLBACK
    4650} taskman_request_t;
    4751
     
    5054} taskman_event_t;
    5155
    52 typedef enum {
    53         TASKMAN_CONNECT_TO_NS = 0,
    54         TASKMAN_CONNECT_TO_LOADER,
    55         TASKMAN_LOADER_CALLBACK
    56 } taskman_connect_t;
    57 
    5856#endif
    5957
Note: See TracChangeset for help on using the changeset viewer.