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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rcm-server-main.h b/rcm-server-main.h
index 12907fc..79d9b72 100644
--- a/rcm-server-main.h
+++ b/rcm-server-main.h
@@ -1,7 +1,7 @@
#ifndef foorcmserverhfoo
#define foorcmserverhfoo
-struct device {
+struct rc_device {
char *name;
char *path;
char *input_name;
@@ -25,8 +25,8 @@ struct manager {
struct udev *udev;
struct udev_monitor *udev_mon;
sd_event_source *udev_ev;
- struct list_head devices;
- unsigned num_devices;
+ struct list_head rc_devs;
+ unsigned num_rc_devs;
void *db;
int db_ifd;
sd_event_source *db_ifd_ev;