chiark / gitweb /
shared: switch our hash table implementation over to SipHash
[elogind.git] / src / login / logind-session.h
index aab39b72e3594365b6675af09c550137bc6806f0..ee931013dd9cbdc01e76779bbe0508c3da8a56d8 100644 (file)
@@ -90,7 +90,7 @@ struct Session {
         char *scope_job;
 
         Seat *seat;
-        int vtnr;
+        unsigned int vtnr;
         int vtfd;
         sd_event_source *vt_source;
 
@@ -107,7 +107,6 @@ struct Session {
 
         bool in_gc_queue:1;
         bool started:1;
-        bool closing:1;
 
         sd_bus_message *create_message;