diff options
Diffstat (limited to 'src/service.h')
-rw-r--r-- | src/service.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/service.h b/src/service.h index e28f74b898..15d58cc8ca 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; }; |