summaryrefslogtreecommitdiff
path: root/src/login/logind-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-device.h')
-rw-r--r--src/login/logind-device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/logind-device.h b/src/login/logind-device.h
index 315f0e66b0..fa6eda7e55 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);