Merge branch 'master' into jennifer/trp-devel
[trust_router.git] / include / tr_tid.h
1 #ifndef TR_TID_H
2 #define TR_TID_H
3
4 #include <tr_event.h>
5 #include <tr_config.h>
6
7 int tr_tids_event_init(struct event_base *base,
8                        TIDS_INSTANCE *tids,
9                        TR_CFG_MGR *cfg_mgr,
10                        struct tr_socket_event *tids_ev);
11
12 #endif /* TR_TID_H */