Changeset 5559712 in mainline for uspace/srv/sysman/job.h


Ignore:
Timestamp:
2019-08-03T09:28:50Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

sysman: Naive autostart instrumentation of locsrv

  • Add IPC_FLAG_AUTOSTART flag.
  • libsysman: sysman's broker and control API.
  • Simple implementation of service unit, exposee verification is missing.
  • Simple mapping of exposee to unit name in locsrv.
  • Temporary debug prints in locsrv.

Conflicts:

boot/Makefile.common
boot/arch/amd64/Makefile.inc
uspace/lib/c/include/ipc/services.h
uspace/srv/locsrv/locsrv.c

File:
1 edited

Legend:

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

    r2dda1d4 r5559712  
    3737#include "unit.h"
    3838
     39// TODO simplify queue states
    3940/** Run state of job */
    4041typedef enum {
     
    7778extern void job_queue_init(void);
    7879extern int job_queue_add_jobs(dyn_array_t *);
    79 extern job_t *job_queue_pop_runnable(void);
     80extern void job_queue_process(void);
    8081
    8182extern int job_create_closure(job_t *, dyn_array_t *);
Note: See TracChangeset for help on using the changeset viewer.