chiark / gitweb /
git: update gitignore
[elogind.git] / src / service.h
index e28f74b8988c221a9c5eb690424ad635dd2fc2e3..15d58cc8ca984a76c32a209df67868a399f717a9 100644 (file)
@@ -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;
 };