Changeset c64e254 in mainline for uspace/srv/sysman/unit.h
- Timestamp:
- 2019-08-07T09:55:32Z (6 years ago)
- Children:
- fcc4f86
- Parents:
- 92a7cfb1
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-04 00:28:15)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:55:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/unit.h
r92a7cfb1 rc64e254 61 61 link_t bfs_link; 62 62 63 /** Auxiliary job created during BFS traverse, its presence serves also 64 * as BFS tag */ 65 job_t *bfs_job; 63 /** Mark during BFS traversal unit is already queued */ 64 bool bfs_tag; 65 66 /** Auxiliary data for BFS traverse users .*/ 67 void *bfs_data; 66 68 67 69 /** Job assigned to unit in transitional state */
Note:
See TracChangeset
for help on using the changeset viewer.