X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcgroup.h;h=26fac0a66027dc77225e3415f755f0b23f4282f4;hp=d27c063c12fea7d11151be4c5f29adbda507217c;hb=5515116b61d23c5ddb1c5ac74adfaf564b28be76;hpb=41192f6e8af0004c5d736df31c25b849e34e7ac6 diff --git a/src/cgroup.h b/src/cgroup.h index d27c063c1..26fac0a66 100644 --- a/src/cgroup.h +++ b/src/cgroup.h @@ -48,9 +48,6 @@ struct CGroupBonding { /* 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);