]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/systemd/sd-login.h
sd-bus,sd-login: add api for querying the slice within the the user systemd instance...
authorLennart Poettering <lennart@poettering.net>
Thu, 30 Apr 2015 09:58:06 +0000 (11:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 30 Apr 2015 09:58:06 +0000 (11:58 +0200)
commit329ac4bc5429cd86c4ac76b13e7e2784f3982760
treea66fa04edff4fca444c4eee2c91fb61bcafce6e9
parentf06944d65b1a9012a5564b364608796d1fad45d2
sd-bus,sd-login: add api for querying the slice within the the user systemd instance of a process

units are organized in slice trees, not only for the system instance,
but also for user systemd instances, expose this properly.
src/libsystemd/libsystemd.sym.m4
src/libsystemd/sd-bus/bus-creds.c
src/libsystemd/sd-bus/bus-creds.h
src/libsystemd/sd-bus/bus-dump.c
src/libsystemd/sd-login/sd-login.c
src/shared/cgroup-util.c
src/shared/cgroup-util.h
src/systemd/sd-bus.h
src/systemd/sd-login.h
src/test/test-cgroup-util.c