From 0c85a4f3efa2883c414ed8ff59aea263b85b7687 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 23 Aug 2011 00:37:35 +0200 Subject: cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default --- src/mount-setup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mount-setup.h') diff --git a/src/mount-setup.h b/src/mount-setup.h index 9311cacc44..c1a27ba6bd 100644 --- a/src/mount-setup.h +++ b/src/mount-setup.h @@ -28,6 +28,8 @@ int mount_setup_early(void); int mount_setup(bool loaded_policy); +int mount_cgroup_controllers(char ***join_controllers); + bool mount_point_is_api(const char *path); bool mount_point_ignore(const char *path); -- cgit v1.2.3-54-g00ecf