summaryrefslogtreecommitdiff
path: root/src/login/logind-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-user.h')
-rw-r--r--src/login/logind-user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-user.h b/src/login/logind-user.h
index 0062880560..b0fefe9b9c 100644
--- a/src/login/logind-user.h
+++ b/src/login/logind-user.h
@@ -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);