Changeset 694253c in mainline for uspace/srv/sysman/main.c
- Timestamp:
- 2019-08-03T07:35:41Z (5 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/main.c
rf42ee6f r694253c 7 7 #include "configuration.h" 8 8 #include "dep.h" 9 #include "job.h" 9 10 #include "sysman.h" 10 11 #include "unit.h" … … 85 86 86 87 configuration_init(); 88 job_queue_init(); 87 89 88 90 /*
Note:
See TracChangeset
for help on using the changeset viewer.