X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fservice.h;h=15d58cc8ca984a76c32a209df67868a399f717a9;hb=e6960940b6dc5ab81eb2fca4061c333e1795f38d;hp=e28f74b8988c221a9c5eb690424ad635dd2fc2e3;hpb=5f4b19f4bc4b6e747ca19f53ef33a167ecf9ac0b;p=elogind.git diff --git a/src/service.h b/src/service.h index e28f74b89..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; @@ -157,6 +159,7 @@ struct Service { Set *configured_sockets; Watch timer_watch; + PathSpec *pid_file_pathspec; NotifyAccess notify_access; };