X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-device.h;h=fa6eda7e553f2bbce968c54446e76a5f0d879bfb;hb=6c605695506cc55fd77241308540c5e1a15d807c;hp=315f0e66b0f328b793cbad28b07f0833b045f3fe;hpb=718d006a63f773c42106494e823250c48942cf08;p=elogind.git diff --git a/src/login/logind-device.h b/src/login/logind-device.h index 315f0e66b..fa6eda7e5 100644 --- a/src/login/logind-device.h +++ b/src/login/logind-device.h @@ -27,6 +27,7 @@ typedef struct Device Device; #include "util.h" #include "logind.h" #include "logind-seat.h" +#include "logind-session-device.h" struct Device { Manager *manager; @@ -38,6 +39,7 @@ struct Device { dual_timestamp timestamp; LIST_FIELDS(struct Device, devices); + LIST_HEAD(SessionDevice, session_devices); }; Device* device_new(Manager *m, const char *sysfs, bool master);