diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-14 23:13:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-14 23:13:57 +0100 |
commit | 1f73f0f163eeb8a889e3799c0c63bcb437e531ac (patch) | |
tree | 911be730b1044f450394285b6a726db9c16f2aa6 /src/cgroup-util.h | |
parent | 04d391dabcd860e2d0542ece1d1c7e0a9d9cd0ac (diff) |
pam: determine user cgroup tree from cgroup of PID 1
Diffstat (limited to 'src/cgroup-util.h')
-rw-r--r-- | src/cgroup-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgroup-util.h b/src/cgroup-util.h index 73df9697ed..1eccbc9fd7 100644 --- a/src/cgroup-util.h +++ b/src/cgroup-util.h @@ -68,4 +68,6 @@ int cg_install_release_agent(const char *controller, const char *agent); int cg_is_empty(const char *controller, const char *path, bool ignore_self); int cg_is_empty_recursive(const char *controller, const char *path, bool ignore_self); +int cg_get_user_path(char **path); + #endif |