summaryrefslogtreecommitdiff
path: root/src/login/logind-session.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-08-14 02:59:02 +0200
committerLennart Poettering <lennart@poettering.net>2014-08-14 03:00:24 +0200
commite9e74f28d783a052dce7edfa94d7918bb591ba7a (patch)
tree477358326ca14f17299fac0c3c545c74a2e3fdc8 /src/login/logind-session.h
parent8085f163c50d998f3e30a6ddfc72c73d5dc57747 (diff)
logind: add new session type "web" for PAM web clients, such as cockpit
On request of Stef Walter.
Diffstat (limited to 'src/login/logind-session.h')
-rw-r--r--src/login/logind-session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-session.h b/src/login/logind-session.h
index cb8514e580..9fb0188a84 100644
--- a/src/login/logind-session.h
+++ b/src/login/logind-session.h
@@ -56,6 +56,7 @@ typedef enum SessionType {
SESSION_X11,
SESSION_WAYLAND,
SESSION_MIR,
+ SESSION_WEB,
_SESSION_TYPE_MAX,
_SESSION_TYPE_INVALID = -1
} SessionType;