From ec61e1057c823ce2b273fda9ee156ff2facf4df5 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 22 Jun 2021 20:39:03 +0000 Subject: tcp: api cleanup Use autogenerated code. Does not change API definitions. Type: improvement Signed-off-by: Filip Tehlar Change-Id: I3c06e9cb3fabdcdce9c17e93cfedfd771295f589 --- src/vnet/tcp/tcp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vnet/tcp/tcp.h') 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; -- cgit 1.2.3-korg