chiark / gitweb /
login: add an api to determine the slice a PID is located in to libsystemd-login
[elogind.git] / src / login / libsystemd-login.sym
index 925fb910952e83f1c6f6ed77920eacc07282fc52..417dbb18dc12fefc7e4fff5418783e1ba1a97813 100644 (file)
@@ -75,3 +75,8 @@ LIBSYSTEMD_LOGIN_203 {
 global:
         sd_get_machine_names;
 } LIBSYSTEMD_LOGIN_202;
+
+LIBSYSTEMD_LOGIN_204 {
+global:
+        sd_pid_get_slice;
+} LIBSYSTEMD_LOGIN_203;