chiark / gitweb /
snapshot: implement snapshot unit logic
[elogind.git] / cgroup.h
index b7e18bf620825025d1ee1d64071226f29d045ced..6b677d535d8caf69d431122fc56e566ee4ca7263 100644 (file)
--- a/cgroup.h
+++ b/cgroup.h
@@ -70,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);