Changeset 694253c in mainline for uspace/srv/sysman/main.c


Ignore:
Timestamp:
2019-08-03T07:35:41Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
c0c388d2
Parents:
f42ee6f
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-03-13 02:06:30)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-03 07:35:41)
Message:

Skeleton for sysman (unit) jobs control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/main.c

    rf42ee6f r694253c  
    77#include "configuration.h"
    88#include "dep.h"
     9#include "job.h"
    910#include "sysman.h"
    1011#include "unit.h"
     
    8586
    8687        configuration_init();
     88        job_queue_init();
    8789
    8890        /*
Note: See TracChangeset for help on using the changeset viewer.