summaryrefslogtreecommitdiff
path: root/src/login/logind-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-session.h')
-rw-r--r--src/login/logind-session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/login/logind-session.h b/src/login/logind-session.h
index d054c33ce..202446833 100644
--- a/src/login/logind-session.h
+++ b/src/login/logind-session.h
@@ -89,8 +89,12 @@ struct Session {
char *service;
char *desktop;
+ /* always NULL */
char *scope;
+/// UNNEEDED (and unsupported) by elogind
+#if 0
char *scope_job;
+#endif // 0
Seat *seat;
unsigned int vtnr;