summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2014-02-09 16:09:57 +0000
committerColin Watson <cjwatson@debian.org>2014-02-10 02:40:16 +0000
commitefe70e315cfcc70e765ebd070e83528a6be6c125 (patch)
treef6c2e72f2385973b3be77d85a155178f33e521dc /monitor.h
parent71003a35537df521296408d9f6bd0a200ed2a854 (diff)
Add support for registering ConsoleKit sessions on login
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450 Last-Updated: 2013-09-14 Patch-Name: consolekit.patch
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h
index 3c13706a8..cd8342823 100644
--- a/monitor.h
+++ b/monitor.h
@@ -75,6 +75,8 @@ enum monitor_reqtype {
75 75
76 MONITOR_REQ_AUTHROLE = 154, 76 MONITOR_REQ_AUTHROLE = 154,
77 77
78 MONITOR_REQ_CONSOLEKIT_REGISTER = 156, MONITOR_ANS_CONSOLEKIT_REGISTER = 157,
79
78}; 80};
79 81
80struct mm_master; 82struct mm_master;