Changeset 95d4280a in mainline
- Timestamp:
- 2019-08-17T13:44:54Z (5 years ago)
- Children:
- 504d103
- Parents:
- 01e68af
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:36:07)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:44:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/job_queue.c
r01e68af r95d4280a 230 230 } 231 231 232 /* Unmerged jobs are enqueued, merged are disposed */ 232 /* Unmerged jobs are enqueued, merged are disposed 233 * 234 * TODO Ensure that jobs that block merged jobs contain the corrent job 235 * in their blocked_jobs array. 236 */ 233 237 dyn_array_foreach(*closure, job_t *, job_it) { 234 238 job_t *job = (*job_it);
Note:
See TracChangeset
for help on using the changeset viewer.