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


Ignore:
Timestamp:
2020-01-09T06:27:27Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
8a74512
Parents:
33c5626
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 02:56:12)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 06:27:27)
Message:

Clean up taskman fallback handler

In the previous commits the handler has corrected but it left
behind a mess. This commit cleans up the code by using the
simplified function from async library

File:
1 edited

Legend:

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

    r33c5626 rb2f05e2  
    4343        TASKMAN_EVENT_CALLBACK,
    4444        TASKMAN_NEW_TASK,
     45
    4546        TASKMAN_I_AM_NS,
     47        TASKMAN_I_AM_LOADER,
    4648
    4749        TASKMAN_CONNECT_TO_NS,
    48         TASKMAN_CONNECT_TO_LOADER,
    49         TASKMAN_LOADER_CALLBACK
     50        TASKMAN_CONNECT_TO_LOADER
    5051} taskman_request_t;
    5152
Note: See TracChangeset for help on using the changeset viewer.