chiark / gitweb /
tree-wide: sort includes in *.h
[elogind.git] / src / login / logind-session.h
index 854f30fbd15841ec93a0b74c4eb3816bef15e96a..3fec9d9f8ad34e04dafb63f86460643db75bb3a5 100644 (file)
@@ -25,8 +25,8 @@ typedef struct Session Session;
 typedef enum KillWho KillWho;
 
 #include "list.h"
+#include "login-util.h"
 #include "logind-user.h"
-#include "login-shared.h"
 
 typedef enum SessionState {
         SESSION_OPENING,  /* Session scope is being created */
@@ -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;
@@ -117,6 +120,7 @@ struct Session {
 
         char *controller;
         Hashmap *devices;
+        sd_bus_track *track;
 
         LIST_FIELDS(Session, sessions_by_user);
         LIST_FIELDS(Session, sessions_by_seat);