chiark / gitweb /
core: introduce new Delegate=yes/no property controlling creation of cgroup subhierar...
[elogind.git] / src / core / cgroup.h
index d299872b1f4f6f9d6a83ed185d28d58a00d9d873..3c43885bf28fce6b6d9ea57f942f5d4b032e1e40 100644 (file)
@@ -83,6 +83,8 @@ struct CGroupContext {
 
         CGroupDevicePolicy device_policy;
         LIST_HEAD(CGroupDeviceAllow, device_allow);
+
+        bool delegate;
 };
 
 #include "unit.h"