From 6c073082e7e3859cb6020db8c548325f342b7ba6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Aug 2010 02:07:59 +0200 Subject: socket: disable GC for pre-allocated per-connection service until it is used --- src/unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unit.h') 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" -- cgit v1.2.3-54-g00ecf