summaryrefslogtreecommitdiff
path: root/src/login/logind.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-14 01:38:19 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-14 01:49:44 +0100
commit66cdd0f2d0670b054bd27dad16fcb5838b11dde3 (patch)
treeaacbe786c7403a6f4f0782b4d6403d0f961b1d9c /src/login/logind.h
parentbcdbbd7ee1b7dc6ec19261c957ed11e5e1ed1aaf (diff)
logind: automatically remove SysV + POSIX IPC objects when the users owning them fully log out
Diffstat (limited to 'src/login/logind.h')
-rw-r--r--src/login/logind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/logind.h b/src/login/logind.h
index 533554d4bb..31353eff02 100644
--- a/src/login/logind.h
+++ b/src/login/logind.h
@@ -120,6 +120,8 @@ struct Manager {
bool hibernate_key_ignore_inhibited;
bool lid_switch_ignore_inhibited;
+ bool remove_ipc;
+
Hashmap *polkit_registry;
sd_event_source *lid_switch_ignore_event_source;