X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Funit.h;h=cfb38d0aae751e79eae95e685a8bfbd68c18fc68;hb=d081dffbd3e57dc9da494a3384e333bf565d4175;hp=e8e6b09866b64396c4665025689a51ed1ebc0d05;hpb=c69182961b00707d977957cf81d5c41cfbeab429;p=elogind.git diff --git a/src/core/unit.h b/src/core/unit.h index e8e6b0986..cfb38d0aa 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -157,9 +157,12 @@ struct Unit { char **requires_mounts_for; char *description; + char **documentation; char *fragment_path; /* if loaded from a config file this is the primary path to it */ + char *source_path; /* if converted, the source file */ usec_t fragment_mtime; + usec_t source_mtime; /* If there is something to do with this unit, then this is the installed job for it */ Job *job; @@ -352,9 +355,6 @@ struct UnitVTable { void (*sigchld_event)(Unit *u, pid_t pid, int code, int status); void (*timer_event)(Unit *u, uint64_t n_elapsed, Watch *w); - /* Check whether unit needs a daemon reload */ - bool (*need_daemon_reload)(Unit *u); - /* Reset failed state if we are in failed state */ void (*reset_failed)(Unit *u);