chiark / gitweb /
cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct...
[elogind.git] / src / mount-setup.h
index 150ec408d20f89ecc13b9b2ff656dd33c5cec886..c1a27ba6bdc04d66c8bbe8c86ef59b0724f6b291 100644 (file)
 
 #include <stdbool.h>
 
 
 #include <stdbool.h>
 
-int mount_setup(void);
+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);
 
 bool mount_point_is_api(const char *path);
 bool mount_point_ignore(const char *path);