X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp_types.h;h=cc4f4b3df3a8bfaf04d58af6b7f97a68e1dd3056;hb=refs%2Fchanges%2F99%2F25999%2F16;hp=ccb7ae86aedf20e63b9d8dbeec58905184f2804b;hpb=48d32b43c534c9f52d37b047dbcbc30a8882b52a;p=vpp.git diff --git a/src/vnet/tcp/tcp_types.h b/src/vnet/tcp/tcp_types.h index ccb7ae86aed..cc4f4b3df3a 100644 --- a/src/vnet/tcp/tcp_types.h +++ b/src/vnet/tcp/tcp_types.h @@ -20,6 +20,7 @@ #include #include #include +#include #define TCP_TICK 0.001 /**< TCP tick period (s) */ #define THZ (u32) (1/TCP_TICK) /**< TCP tick frequency */ @@ -440,6 +441,8 @@ tcp_get_connection_from_transport (transport_connection_t * tconn) return (tcp_connection_t *) tconn; } +typedef tw_timer_wheel_16t_2w_512sl_t tcp_timer_wheel_t; + #endif /* SRC_VNET_TCP_TCP_TYPES_H_ */ /*