summaryrefslogtreecommitdiff
path: root/rcm-server-main.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-21 23:40:10 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-21 23:40:10 +0200
commit5655eb321535c288325f6fff47b60f680d08ce21 (patch)
tree2519dad860aeee6234c4213bea1756e1a9efec56 /rcm-server-main.h
parentf685878d4eb057d29c2b8087a1c55eb027bb7dda (diff)
Add input reading capabilities to server
Diffstat (limited to 'rcm-server-main.h')
-rw-r--r--rcm-server-main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rcm-server-main.h b/rcm-server-main.h
index 60b2968..4455ad8 100644
--- a/rcm-server-main.h
+++ b/rcm-server-main.h
@@ -6,7 +6,9 @@ struct device {
char *path;
char *driver_name;
char *keymap_name;
- char *devnode;
+ int evdev_fd;
+ sd_event_source *evdev_ev;
+ struct manager *mgr;
struct list_head list;
struct list_head keymaps;
};