Changeset 03daabd in mainline for uspace/srv/sysman/job.h
- Timestamp:
- 2019-10-06T19:47:36Z (5 years ago)
- Children:
- 5be6361
- Parents:
- 9559cf8
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-09-17 07:50:03)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-10-06 19:47:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/job.h
r9559cf8 r03daabd 30 30 #define SYSMAN_JOB_H 31 31 32 #include <adt/ dyn_array.h>32 #include <adt/array.h> 33 33 #include <adt/list.h> 34 34 #include <stdatomic.h> … … 64 64 65 65 /** Jobs that this job is preventing from running */ 66 dyn_array_t blocked_jobs;66 array_t blocked_jobs; 67 67 /** 68 68 * No. of jobs that the job is actually blocking (may differ from size
Note:
See TracChangeset
for help on using the changeset viewer.