Changeset 015b147 in mainline for uspace/srv/sysman/job_closure.c
- Timestamp:
- 2019-08-17T13:52:32Z (5 years ago)
- Children:
- be07995
- Parents:
- 31ef7c1
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2016-01-10 17:17:19)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:52:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/job_closure.c
r31ef7c1 r015b147 205 205 { 206 206 /* Check invariant */ 207 list_foreach(units, units, unit_t,u) {207 repo_foreach(u) { 208 208 assert(u->bfs_tag == false); 209 209 } … … 211 211 212 212 /* Clean after ourselves (BFS tag jobs) */ 213 list_foreach(units, units, unit_t,u) {213 repo_foreach(u) { 214 214 u->bfs_tag = false; 215 215 }
Note:
See TracChangeset
for help on using the changeset viewer.