Add TRP handling events, plus change to cfg layout.
[trust_router.git] / include / tr_tid.h
index e846437..fd01a10 100644 (file)
@@ -1,9 +1,12 @@
 #ifndef TR_TID_H
 #define TR_TID_H
 
-#include <tr.h>
 #include <tr_event.h>
+#include <tr_config.h>
 
-int tr_tids_event_init(struct event_base *base, TR_INSTANCE *tr, struct tr_socket_event *tids_ev);
+int tr_tids_event_init(struct event_base *base,
+                       TIDS_INSTANCE *tids,
+                       TR_CFG_MGR *cfg_mgr,
+                       struct tr_socket_event *tids_ev);
 
 #endif /* TR_TID_H */