summaryrefslogtreecommitdiff
path: root/src/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-11 02:07:59 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-11 02:07:59 +0200
commit6c073082e7e3859cb6020db8c548325f342b7ba6 (patch)
treedfc968328216e659a66b89f06114f8bf5580b0cf /src/unit.h
parent4927fcae48de061393b3ce9c12d49f80d73fbf1d (diff)
socket: disable GC for pre-allocated per-connection service until it is used
Diffstat (limited to 'src/unit.h')
-rw-r--r--src/unit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/unit.h b/src/unit.h
index 1c97e158fc..00e929ac4e 100644
--- a/src/unit.h
+++ b/src/unit.h
@@ -208,6 +208,8 @@ struct Meta {
bool in_gc_queue:1;
bool sent_dbus_new_signal:1;
+
+ bool no_gc:1;
};
#include "service.h"