summaryrefslogtreecommitdiff
path: root/cgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgroup.h')
-rw-r--r--cgroup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgroup.h b/cgroup.h
index b7e18bf620..6b677d535d 100644
--- 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);