chiark / gitweb /
cgroup: drop inherit flag, this mus be fixed in the kernel
[elogind.git] / src / cgroup.h
index d27c063c12fea7d11151be4c5f29adbda507217c..26fac0a66027dc77225e3415f755f0b23f4282f4 100644 (file)
@@ -48,9 +48,6 @@ struct CGroupBonding {
 
         /* When our tasks are the only ones in this group */
         bool only_us:1;
 
         /* When our tasks are the only ones in this group */
         bool only_us:1;
-
-        /* Inherit parameters from parent group */
-        bool inherit:1;
 };
 
 int cgroup_bonding_realize(CGroupBonding *b);
 };
 
 int cgroup_bonding_realize(CGroupBonding *b);