diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-14 01:38:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-14 01:49:44 +0100 |
commit | 66cdd0f2d0670b054bd27dad16fcb5838b11dde3 (patch) | |
tree | aacbe786c7403a6f4f0782b4d6403d0f961b1d9c /src/login/logind.h | |
parent | bcdbbd7ee1b7dc6ec19261c957ed11e5e1ed1aaf (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.h | 2 |
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; |