chiark / gitweb /
Remove SysV compat
[elogind.git] / src / login / logind-user.h
index 902bb52aa0ce13ac1b0d04a24cac92f6ed9a041a..722247806bbb5592fa67e4d3c42e770b208bc7e8 100644 (file)
@@ -47,12 +47,12 @@ struct User {
         char *state_file;
         char *runtime_path;
 
-        /* These are always NULL, and here just for logind-user-dbus.c
-           to easily provide a NULL value for the user's service and
-           slice properties. */
         char *service;
         char *slice;
 
+        char *service_job;
+        char *slice_job;
+
         Session *display;
 
         dual_timestamp timestamp;