X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-session.h;h=2024468333722667924b8c549cf9ca347ba42e25;hb=bf2098e9e4837573d84dd4949b9c28a7372c93b9;hp=d054c33ceca6b5a671b4352943914d99056ca04a;hpb=1b99ea27bc3ffa1fc6f7cfe89563d891a9aed4c5;p=elogind.git 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;