diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-23 00:37:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-23 00:37:35 +0200 |
commit | 0c85a4f3efa2883c414ed8ff59aea263b85b7687 (patch) | |
tree | a033245a65239971a0b034f14a1a1bfd39bc2c92 /src/mount-setup.h | |
parent | c5f0532ff10abcf6808ff503fb10ca9f4df81efd (diff) |
cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default
Diffstat (limited to 'src/mount-setup.h')
-rw-r--r-- | src/mount-setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |