X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=include%2Ftr_trp.h;h=48bc331d9dddf5c7575ce9aa4553db2a5ed48127;hb=36204b9350996b2ce762adb0db4146df560190c1;hp=1f382ecc21f1714f1ae9516ad204e0c8cdfcad58;hpb=083960172fa34d981659a62be109f8b579047e8c;p=trust_router.git diff --git a/include/tr_trp.h b/include/tr_trp.h index 1f382ec..48bc331 100644 --- a/include/tr_trp.h +++ b/include/tr_trp.h @@ -2,17 +2,12 @@ #define TR_TRP_H #include +#include #include #include #include -/* Data for a TRP peer */ -typedef struct tr_trp_peer { - TRPS_INSTANCE *trps; /* incoming connection, may be null */ - TRPC_INSTANCE *trpc; /* outgoing connection, may be null */ -} TR_TRP_PEER; - /* prototypes */ int tr_trps_event_init(struct event_base *base, TRPS_INSTANCE *trps, TR_CFG_MGR *cfg_mgr, struct tr_socket_event *trps_ev);