diff options
Diffstat (limited to 'src/core/slice.h')
-rw-r--r-- | src/core/slice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/slice.h b/src/core/slice.h index e2f9274..004349d 100644 --- a/src/core/slice.h +++ b/src/core/slice.h @@ -11,6 +11,8 @@ struct Slice { SliceState state, deserialized_state; CGroupContext cgroup_context; + + CGroupRuntime *cgroup_runtime; }; extern const UnitVTable slice_vtable; |