summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcgroup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcgroup.h b/include/libcgroup.h
index 085c17a..c526f58 100644
--- a/include/libcgroup.h
+++ b/include/libcgroup.h
@@ -331,6 +331,8 @@ int cgroup_get_value_bool(struct cgroup_controller *controller,
const char *name, bool *value);
int cgroup_set_value_bool(struct cgroup_controller *controller,
const char *name, bool value);
+struct cgroup_controller *cgroup_get_controller(struct cgroup *cgroup,
+ const char *name);
/*
* Config related stuff
*/