Changeset 25a9fec in mainline for uspace/srv/sysman/job.h


Ignore:
Timestamp:
2019-08-07T09:54:10Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
92a7cfb1
Parents:
18377301
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-11-03 21:48:45)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:54:10)
Message:

sysman: Refactor job.c into job_queue.c and job_closure.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/job.h

    r18377301 r25a9fec  
    8181};
    8282
    83 extern void job_queue_init(void);
    84 extern int job_queue_add_closure(dyn_array_t *);
    85 extern void job_queue_process(void);
    86 
    87 extern int job_create_closure(job_t *, dyn_array_t *);
    8883extern job_t *job_create(unit_t *, unit_state_t);
    8984
Note: See TracChangeset for help on using the changeset viewer.