Changeset 8ae8262 in mainline for uspace/srv/sysman/unit.h
- Timestamp:
- 2019-08-07T11:08:17Z (6 years ago)
- Children:
- 130ba46
- Parents:
- 5353f50
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-12 02:56:35)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 11:08:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/unit.h
r5353f50 r8ae8262 48 48 struct job; 49 49 50 /* Represents presence of unit in repo during modifications */ 51 typedef enum { 52 REPO_EMBRYO, 53 REPO_LIVING, 54 REPO_ZOMBIE 55 } repo_state_t; 56 50 57 typedef struct { 51 58 /** Link to name-to-unit hash table */ … … 80 87 81 88 unit_state_t state; 89 90 repo_state_t repo_state; 82 91 83 92 list_t edges_in;
Note:
See TracChangeset
for help on using the changeset viewer.