X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-user.h;h=607fe1bf7b42b6a71c8fff1d912f91ee876bca01;hb=edda707302d7c5138291c0ff4e9c43db9fba51d8;hp=2cb57e16751a0246cbd407df04af819d59d83bdb;hpb=c529695e7a30b300fdaa61ace4a8a4ed0e94ad1c;p=elogind.git diff --git a/src/login/logind-user.h b/src/login/logind-user.h index 2cb57e167..607fe1bf7 100644 --- a/src/login/logind-user.h +++ b/src/login/logind-user.h @@ -24,9 +24,7 @@ typedef struct User User; #include "list.h" -#include "util.h" #include "logind.h" -#include "logind-session.h" typedef enum UserState { USER_OFFLINE, /* Not logged in at all */ @@ -49,12 +47,12 @@ struct User { char *state_file; char *runtime_path; + /* These are always NULL, and here just for logind-user-dbus.c + to easily provide a NULL value for the user's service and + slice properties. */ char *service; char *slice; - char *service_job; - char *slice_job; - Session *display; dual_timestamp timestamp;