X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fservice.h;h=2102826723686f63461d379504f15fde6b257a6b;hb=706343f492725fe430879c5d4a3485d7c49b0601;hp=55b9513f48aa3da64e94fef0ef8033faf081286a;hpb=6dfa54942c44201b78528d9812313fdb80641e1f;p=elogind.git diff --git a/src/service.h b/src/service.h index 55b9513f4..210282672 100644 --- a/src/service.h +++ b/src/service.h @@ -25,6 +25,7 @@ typedef struct Service Service; #include "unit.h" +#include "path.h" #include "ratelimit.h" typedef enum ServiceState { @@ -144,6 +145,7 @@ struct Service { char *sysv_path; char *sysv_runlevels; + usec_t sysv_mtime; #endif char *bus_name; @@ -156,6 +158,7 @@ struct Service { Set *configured_sockets; Watch timer_watch; + PathSpec *pid_file_pathspec; NotifyAccess notify_access; };