X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fservice.h;h=15d58cc8ca984a76c32a209df67868a399f717a9;hb=66ccd0387e528567dff92239e85c962d2f140ef1;hp=55b9513f48aa3da64e94fef0ef8033faf081286a;hpb=6dfa54942c44201b78528d9812313fdb80641e1f;p=elogind.git diff --git a/src/service.h b/src/service.h index 55b9513f4..15d58cc8c 100644 --- a/src/service.h +++ b/src/service.h @@ -86,6 +86,8 @@ typedef enum NotifyAccess { _NOTIFY_ACCESS_INVALID = -1 } NotifyAccess; +typedef struct PathSpec PathSpec; + struct Service { Meta meta; @@ -144,6 +146,7 @@ struct Service { char *sysv_path; char *sysv_runlevels; + usec_t sysv_mtime; #endif char *bus_name; @@ -156,6 +159,7 @@ struct Service { Set *configured_sockets; Watch timer_watch; + PathSpec *pid_file_pathspec; NotifyAccess notify_access; };