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


Ignore:
Timestamp:
2019-08-07T09:35:37Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
db34424
Parents:
af92309
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-02 23:10:51)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:35:37)
Message:

sysman: Rename dependency to edge (more generic)

File:
1 edited

Legend:

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

    raf92309 r9532981  
    6767
    6868typedef enum {
    69         STATE_EMBRYO = 0,
     69        STATE_EMBRYO = 0, // embryo is orthogonal to states (again convergence to systemd...)
    7070        STATE_STARTING,
    7171        STATE_STARTED,
Note: See TracChangeset for help on using the changeset viewer.