X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftr_tid.h;fp=include%2Ftr_tid.h;h=d8285b063a577284b94434c52d40f70a5ae35a52;hp=924293d58dd5da85e674f1cec76f08ecbb34fec9;hb=6f65c9cce86719147d0b4dcc9823b25443c2d185;hpb=eaa1a8ceed54fbfadc2638cf383aaa12ab446a57 diff --git a/include/tr_tid.h b/include/tr_tid.h index 924293d..d8285b0 100644 --- a/include/tr_tid.h +++ b/include/tr_tid.h @@ -38,13 +38,14 @@ #include #include #include +#include #define TR_TID_MAX_AAA_SERVERS 10 -int tr_tids_event_init(struct event_base *base, - TIDS_INSTANCE *tids, - TR_CFG_MGR *cfg_mgr, - TRPS_INSTANCE *trps, - struct tr_socket_event *tids_ev); +int tr_tids_event_init(struct event_base *base, TIDS_INSTANCE *tids, TR_CFG_MGR *cfg_mgr, TRPS_INSTANCE *trps, + struct tr_socket_event *tids_ev, struct event **sweep_ev); + +/* tr_tid_mons.c */ +void tr_tid_register_mons_handlers(TIDS_INSTANCE *tids, MONS_INSTANCE *mons); #endif /* TR_TID_H */