chiark / gitweb /
snapshot: implement snapshot unit logic
[elogind.git] / cgroup.h
index 66ddb9579a3c5753322573368ad0260c8b2c5eb7..6b677d535d8caf69d431122fc56e566ee4ca7263 100644 (file)
--- a/cgroup.h
+++ b/cgroup.h
@@ -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;
 
@@ -73,6 +70,8 @@ int cgroup_bonding_is_empty_list(CGroupBonding *first);
 
 CGroupBonding *cgroup_bonding_find_list(CGroupBonding *first, const char *controller);
 
+char *cgroup_bonding_to_string(CGroupBonding *b);
+
 #include "manager.h"
 
 int manager_setup_cgroup(Manager *m);