chiark / gitweb /
logind: rework session shutdown logic
[elogind.git] / src / login / logind-user.h
index 0062880560e642456cc30f55f7246ba96330685a..b0fefe9b9cfe10877007ccd97cdead9a79ff11e7 100644 (file)
@@ -61,6 +61,7 @@ struct User {
 
         bool in_gc_queue:1;
         bool started:1;
+        bool stopping:1;
 
         LIST_HEAD(Session, sessions);
         LIST_FIELDS(User, gc_queue);