summaryrefslogtreecommitdiff
path: root/src/core/slice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/slice.h')
-rw-r--r--src/core/slice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/slice.h b/src/core/slice.h
index 4320a6354b..ad0c63902b 100644
--- a/src/core/slice.h
+++ b/src/core/slice.h
@@ -36,6 +36,8 @@ struct Slice {
Unit meta;
SliceState state, deserialized_state;
+
+ CGroupContext cgroup_context;
};
extern const UnitVTable slice_vtable;