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, 3 insertions, 0 deletions
diff --git a/rcm-server-main.h b/rcm-server-main.h
index 4d2b57b..0d776ac 100644
--- a/rcm-server-main.h
+++ b/rcm-server-main.h
@@ -26,6 +26,9 @@ struct manager {
sd_event_source *udev_ev;
struct list_head devices;
unsigned num_devices;
+ void *db;
+ int db_ifd;
+ sd_event_source *db_ifd_ev;
};
#endif