aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r--src/vnet/tcp/tcp.h3
1 files changed, 3 insertions, 0 deletions
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;