aboutsummaryrefslogtreecommitdiff
path: root/lib/include/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/include/service.h')
-rw-r--r--lib/include/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/service.h b/lib/include/service.h
index 85b82c5..1ff5204 100644
--- a/lib/include/service.h
+++ b/lib/include/service.h
@@ -68,6 +68,7 @@ typedef struct service_t {
pid_t pid;
int status; /* process exit status */
+ int id; /* service ID used by initd */
char name[]; /* canonical service name */
} service_t;