Changeset 9532981 in mainline for uspace/srv/sysman/unit.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/srv/sysman/unit.h

    raf92309 r9532981  
    7474        unit_state_t state;
    7575
    76         list_t dependencies;
    77         list_t dependants;
     76        list_t edges_in;
     77        list_t edges_out;
    7878} unit_t;
    7979
Note: See TracChangeset for help on using the changeset viewer.