chiark / gitweb /
core: either ignore or handle mount failures
[elogind.git] / src / core / slice.h
index 4320a6354b27dd75e037cb7192388f3d8773bf11..ac648e56f82d226f6683ee928ef64686f8904103 100644 (file)
@@ -23,7 +23,6 @@
 
 typedef struct Slice Slice;
 
-#include "unit.h"
 
 typedef enum SliceState {
         SLICE_DEAD,
@@ -36,6 +35,8 @@ struct Slice {
         Unit meta;
 
         SliceState state, deserialized_state;
+
+        CGroupContext cgroup_context;
 };
 
 extern const UnitVTable slice_vtable;