summaryrefslogtreecommitdiff
path: root/src/login/logind-session.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-08-23 11:50:26 +0200
committerAndy Wingo <wingo@pobox.com>2015-08-23 11:50:26 +0200
commit08e1896fb7a00a758c3a71a99e54f0ff69da2fbd (patch)
treed958aed788d80d9bc7bb3ded3f8c9ca1aef20f7b /src/login/logind-session.h
parent16e56d9f1ae28f17cf360a6daaab668b6cd66e61 (diff)
Remove systemd subscription and user/session units
This removes attempts by logind to listen to systemd messages over the bus, and to start and/or manage units associated with sessions and users.
Diffstat (limited to 'src/login/logind-session.h')
-rw-r--r--src/login/logind-session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-session.h b/src/login/logind-session.h
index 9305dca83..14117bd88 100644
--- a/src/login/logind-session.h
+++ b/src/login/logind-session.h
@@ -89,8 +89,8 @@ struct Session {
char *service;
char *desktop;
+ /* Always NULL. */
char *scope;
- char *scope_job;
Seat *seat;
unsigned int vtnr;