X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp.h;h=60b9095aea21ff48d5d0c9ebe712292a2214e466;hb=ec61e1057c823ce2b273fda9ee156ff2facf4df5;hp=1e6cf8a9ae8ffd2d9471409d9f485267544b8022;hpb=c53eb72931bc8c75204141f3952ac7682f0ae697;p=vpp.git diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 1e6cf8a9ae8..60b9095aea2 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -256,6 +256,9 @@ typedef struct _tcp_main /** Protocol configuration */ tcp_configuration_t cfg; + + /** message ID base for API */ + u16 msg_id_base; } tcp_main_t; extern tcp_main_t tcp_main;