summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/scope.h')
-rw-r--r--src/grp-system/libcore/scope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grp-system/libcore/scope.h b/src/grp-system/libcore/scope.h
index f0cb3bd3e2..eaf8e8b447 100644
--- a/src/grp-system/libcore/scope.h
+++ b/src/grp-system/libcore/scope.h
@@ -21,6 +21,7 @@
typedef struct Scope Scope;
+#include "cgroup.h"
#include "kill.h"
#include "unit.h"
@@ -44,6 +45,7 @@ struct Scope {
usec_t timeout_stop_usec;
char *controller;
+ bool was_abandoned;
sd_event_source *timer_event_source;
};