chiark / gitweb /
login: support more than just power-gpio-key
[elogind.git] / src / login / logind-user.h
index 902bb52aa0ce13ac1b0d04a24cac92f6ed9a041a..b30e7d60c23bf6600816237a59e2a313e2f47cac 100644 (file)
@@ -53,6 +53,12 @@ struct User {
         char *service;
         char *slice;
 
+/// UNNEEDED (and unsupported) by elogind
+#if 0
+        char *service_job;
+        char *slice_job;
+#endif // 0
+
         Session *display;
 
         dual_timestamp timestamp;