From 66cdd0f2d0670b054bd27dad16fcb5838b11dde3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 14 Mar 2014 01:38:19 +0100 Subject: logind: automatically remove SysV + POSIX IPC objects when the users owning them fully log out --- src/login/logind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/login/logind.h') 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; -- cgit v1.2.3-54-g00ecf