Changeset ed5367b in mainline for uspace/lib/c/include/ipc/sysman.h


Ignore:
Timestamp:
2019-08-07T10:01:13Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
a097c50
Parents:
68ae40a
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-05 01:52:07)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 10:01:13)
Message:

sysman: Implement stopping units

Currently fails service monitoring because of taskman flawed event flags.
However, job closure works well.

File:
1 edited

Legend:

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

    r68ae40a red5367b  
    4444        SYSMAN_BROKER_EXP_ADDED,
    4545        SYSMAN_BROKER_EXP_REMOVED,
     46        SYSMAN_CTL_UNIT_HANDLE,
    4647        SYSMAN_CTL_UNIT_START,
     48        SYSMAN_CTL_UNIT_STOP,
    4749        SYSMAN_CTL_GET_UNITS,
    4850        SYSMAN_CTL_UNIT_GET_NAME,
     
    7173        STATE_STARTED,
    7274        STATE_STOPPED,
     75        STATE_STOPPING,
    7376        STATE_FAILED
    7477} unit_state_t;
Note: See TracChangeset for help on using the changeset viewer.