X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-user.h;h=b30e7d60c23bf6600816237a59e2a313e2f47cac;hp=722247806bbb5592fa67e4d3c42e770b208bc7e8;hb=dfc15f0ea42513f256e636ee78991e637b67be34;hpb=8af9597bdb2f17e0220c90299a322cfff3c4195f diff --git a/src/login/logind-user.h b/src/login/logind-user.h index 722247806..b30e7d60c 100644 --- a/src/login/logind-user.h +++ b/src/login/logind-user.h @@ -47,11 +47,17 @@ 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; +/// UNNEEDED (and unsupported) by elogind +#if 0 char *service_job; char *slice_job; +#endif // 0 Session *display;