summaryrefslogtreecommitdiff
path: root/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-21 06:01:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-21 06:01:13 +0200
commit701cc384c283206a29b21e4e7302e5cf5f2d9433 (patch)
tree0e8e47d12cb3ea47794bad390658c900ed61d691 /service.h
parent48507e6621596b0d5503fad6cd9e0685917603f5 (diff)
manager: automatically GC unreferenced units
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;