summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/service.h b/service.h
index dc597aa0e9..6700229b5c 100644
--- a/service.h
+++ b/service.h
@@ -110,6 +110,8 @@ struct Service {
bool bus_name_good:1;
+ bool got_socket_fd:1;
+
bool sysv_has_lsb:1;
char *sysv_path;
int sysv_start_priority;