summaryrefslogtreecommitdiff
path: root/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'unit.h')
-rw-r--r--unit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/unit.h b/unit.h
index 2433cc7d7c..c12ce0b482 100644
--- a/unit.h
+++ b/unit.h
@@ -111,6 +111,12 @@ struct Meta {
bool in_load_queue:1;
+ /* If we go down, pull down everything that depends on us, too */
+ bool recursive_stop;
+
+ /* Garbage collect us we nobody wants or requires us anymore */
+ bool stop_when_unneeded;
+
usec_t active_enter_timestamp;
usec_t active_exit_timestamp;