summaryrefslogtreecommitdiff
path: root/rcm-server-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcm-server-main.h')
-rw-r--r--rcm-server-main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rcm-server-main.h b/rcm-server-main.h
index 79d9b72..63b3439 100644
--- a/rcm-server-main.h
+++ b/rcm-server-main.h
@@ -7,8 +7,9 @@ struct rc_device {
char *input_name;
char *driver_name;
char *keymap_name;
- char *dev_name;
char *error;
+ int rcdev_fd;
+ sd_event_source *rcdev_ev;
int lirc_fd;
sd_event_source *lirc_ev;
int evdev_fd;