chiark / gitweb /
journald: allow additional payload in server_driver_message
[elogind.git] / src / login / logind-session.h
index d054c33ceca6b5a671b4352943914d99056ca04a..b047d81adef438480b91a91d69d2b6b285efc31c 100644 (file)
@@ -89,8 +89,11 @@ struct Session {
         char *service;
         char *desktop;
 
+        /* always NULL */
         char *scope;
+#if 0 /// UNNEEDED by elogind
         char *scope_job;
+#endif // 0
 
         Seat *seat;
         unsigned int vtnr;