Changeset 5559712 in mainline for uspace/srv/sysman/job.h
- Timestamp:
- 2019-08-03T09:28:50Z (6 years ago)
- Children:
- c0e4fc50
- Parents:
- 2dda1d4
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-07 11:49:47)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:28:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/job.h
r2dda1d4 r5559712 37 37 #include "unit.h" 38 38 39 // TODO simplify queue states 39 40 /** Run state of job */ 40 41 typedef enum { … … 77 78 extern void job_queue_init(void); 78 79 extern int job_queue_add_jobs(dyn_array_t *); 79 extern job_t *job_queue_pop_runnable(void);80 extern void job_queue_process(void); 80 81 81 82 extern int job_create_closure(job_t *, dyn_array_t *);
Note:
See TracChangeset
for help on using the changeset viewer.