diff options
Diffstat (limited to 'src/unit.h')
-rw-r--r-- | src/unit.h | 2 |
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" |