chiark / gitweb /
bus: update bloom filter description a bit
[elogind.git] / src / login / logind-session.h
index 939476af557d8ac7c732067458164d11f4fcad30..d724e20e7f95bc15afbd4f61b301dfcd0fbd7ddd 100644 (file)
@@ -69,6 +69,7 @@ struct Session {
         Manager *manager;
 
         char *id;
+        unsigned int pos;
         SessionType type;
         SessionClass class;
 
@@ -107,7 +108,6 @@ struct Session {
 
         bool in_gc_queue:1;
         bool started:1;
-        bool closing:1;
 
         sd_bus_message *create_message;