diff options
Diffstat (limited to 'cgroup.h')
-rw-r--r-- | cgroup.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -37,9 +37,6 @@ struct CGroupBonding { struct cgroup *cgroup; - /* When shutting down, kill all tasks? */ - bool kill_all:1; - /* When shutting down, remove cgroup? */ bool clean_up:1; |