X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=include%2Ftr_trp.h;h=80c9a61c23faae3e2805d0c17f6d21004913782c;hp=297295f708de5ab2785c79ea1f83979453e549d5;hb=1a3ad555c6b58de28efb85e7ab07c2f35208ab0d;hpb=3fcf1090ac283dfb96bbc7ede879dc21ee1c3065 diff --git a/include/tr_trp.h b/include/tr_trp.h index 297295f..80c9a61 100644 --- a/include/tr_trp.h +++ b/include/tr_trp.h @@ -44,6 +44,7 @@ #include #include #include +#include typedef struct tr_trps_events { struct event *trps_ev; @@ -59,6 +60,7 @@ struct tr_instance { TR_CFG_MGR *cfg_mgr; TIDS_INSTANCE *tids; TRPS_INSTANCE *trps; + MONS_INSTANCE *mons; TR_CFGWATCH *cfgwatch; TR_TRPS_EVENTS *events; };