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 <trp_internal.h>
5 #include <tr_event.h>
6 #include <tr_config.h>
7
8 int tr_tids_event_init(struct event_base *base,
9                        TIDS_INSTANCE *tids,
10                        TR_CFG_MGR *cfg_mgr,
11                        TRPS_INSTANCE *trps,
12                        struct tr_socket_event *tids_ev);
13
14 #endif /* TR_TID_H */