Changeset 6efec7e3 in mainline for uspace/srv/sysman/job.c


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

Unit polymorphism (simple mount), debug logging

File:
1 edited

Legend:

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

    r4fe7fcb r6efec7e3  
    88
    99#include "job.h"
     10#include "log.h"
    1011#include "unit.h"
    1112
     
    1920static int job_run_start(job_t *job)
    2021{
     22        sysman_log(LVL_DEBUG, "%s(%p)", __func__, job);
    2123        unit_t *unit = job->unit;
    2224
Note: See TracChangeset for help on using the changeset viewer.