X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=cgroup.h;fp=cgroup.h;h=6b677d535d8caf69d431122fc56e566ee4ca7263;hb=6dde1f33e1249a8a6b354372dd95065f26b8c712;hp=b7e18bf620825025d1ee1d64071226f29d045ced;hpb=ac86f50d7b62fb16b4521c87bd2739b9c26a4f60;p=elogind.git diff --git a/cgroup.h b/cgroup.h index b7e18bf62..6b677d535 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);