X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fcgroup-util.h;fp=src%2Fshared%2Fcgroup-util.h;h=496fe053be599429e3b350a0df23a6cd7f0a0528;hb=ebbac6d948b9d323b3d57bfd7c3513776e591dc1;hp=bc8caa5c1f76309cd16ad0e24664cf4e85e17034;hpb=72e62add23de109474c5d85cb9bf0100cb7e8108;p=elogind.git diff --git a/src/shared/cgroup-util.h b/src/shared/cgroup-util.h index bc8caa5c1..496fe053b 100644 --- a/src/shared/cgroup-util.h +++ b/src/shared/cgroup-util.h @@ -99,14 +99,11 @@ int cg_is_empty_recursive(const char *controller, const char *path, bool ignore_ int cg_get_root_path(char **path); int cg_path_get_session(const char *path, char **session); -int cg_path_get_user_slice(const char *path, char **slice); int cg_shift_path(const char *cgroup, const char *cached_root, const char **shifted); int cg_pid_get_path_shifted(pid_t pid, const char *cached_root, char **cgroup); int cg_pid_get_session(pid_t pid, char **session); -int cg_pid_get_user_slice(pid_t pid, char **slice); - char *cg_escape(const char *p); char *cg_unescape(const char *p) _pure_;