diff options
author | Colin Watson <cjwatson@ubuntu.com> | 2014-02-09 16:09:57 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 14:27:14 +0100 |
commit | f51fe0c55e54c12db952624e980d18f39c41e581 (patch) | |
tree | 02f5526eaff2259689a4290b2646d0bf1c04f612 /monitor.h | |
parent | aca34215fc0e85d6b49e04f0a3cd0db79732125e (diff) |
Add support for registering ConsoleKit sessions on login
Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1450
Last-Updated: 2014-10-07
Patch-Name: consolekit.patch
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ enum monitor_reqtype { | |||
70 | 70 | ||
71 | MONITOR_REQ_AUTHROLE = 154, | 71 | MONITOR_REQ_AUTHROLE = 154, |
72 | 72 | ||
73 | MONITOR_REQ_CONSOLEKIT_REGISTER = 156, MONITOR_ANS_CONSOLEKIT_REGISTER = 157, | ||
74 | |||
73 | }; | 75 | }; |
74 | 76 | ||
75 | struct mm_master; | 77 | struct mm_master; |