summaryrefslogtreecommitdiff
path: root/src/cgroup.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-16 05:07:30 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-16 05:07:30 +0200
commit5515116b61d23c5ddb1c5ac74adfaf564b28be76 (patch)
tree73d15889ec563015aed825ca4f5d658bb692f6ae /src/cgroup.h
parent41192f6e8af0004c5d736df31c25b849e34e7ac6 (diff)
cgroup: drop inherit flag, this mus be fixed in the kernel
Diffstat (limited to 'src/cgroup.h')
-rw-r--r--src/cgroup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cgroup.h b/src/cgroup.h
index d27c063c12..26fac0a660 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);