Changeset 6efec7e3 in mainline for uspace/srv/sysman/job.c
- Timestamp:
- 2019-08-03T07:38:34Z (6 years ago)
- Children:
- 59ba708
- Parents:
- 4fe7fcb
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-03-17 19:54:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 07:38:34)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/job.c
r4fe7fcb r6efec7e3 8 8 9 9 #include "job.h" 10 #include "log.h" 10 11 #include "unit.h" 11 12 … … 19 20 static int job_run_start(job_t *job) 20 21 { 22 sysman_log(LVL_DEBUG, "%s(%p)", __func__, job); 21 23 unit_t *unit = job->unit; 22 24
Note:
See TracChangeset
for help on using the changeset viewer.