diff options
author | Dave Barach <dave@barachs.net> | 2017-04-14 16:46:44 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-04-18 17:02:41 +0000 |
commit | 1f75cfd73320476a8f821064391fe368dd4bf75b (patch) | |
tree | db7b236512fd5fe299bf8598f73e38e82938f8a0 /src/vnet/tcp/tcp.h | |
parent | fb5b2af2c0bf1ea38129d6e7cf669e2c1d14e220 (diff) |
Fix fifo ooo bugs and improve testing
Change-Id: If3c01e318bcb740ca5b240c63f712e2167082a80
Signed-off-by: Dave Barach <dave@barachs.net>
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r-- | src/vnet/tcp/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 225b26da0c2..2ac6a9b8d55 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -58,6 +58,7 @@ typedef enum _tcp_state } tcp_state_t; format_function_t format_tcp_state; +format_function_t format_tcp_flags; /** TCP timers */ #define foreach_tcp_timer \ |