chiark / gitweb /
manager: print ephemeral information about running jobs' timeouts
[elogind.git] / src / login / logind-session.h
index aab39b72e3594365b6675af09c550137bc6806f0..d724e20e7f95bc15afbd4f61b301dfcd0fbd7ddd 100644 (file)
@@ -69,6 +69,7 @@ struct Session {
         Manager *manager;
 
         char *id;
+        unsigned int pos;
         SessionType type;
         SessionClass class;
 
@@ -90,7 +91,7 @@ struct Session {
         char *scope_job;
 
         Seat *seat;
-        int vtnr;
+        unsigned int vtnr;
         int vtfd;
         sd_event_source *vt_source;
 
@@ -107,7 +108,6 @@ struct Session {
 
         bool in_gc_queue:1;
         bool started:1;
-        bool closing:1;
 
         sd_bus_message *create_message;