aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_debug.h
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2019-01-19 16:45:13 -0800
committerJohn Lo <loj@cisco.com>2019-01-20 02:16:06 +0000
commit0702554639e5149d9012cc196aa43c3c8d0d7f9b (patch)
treece56954b4dd6fe994f566cbd8218c21239212b63 /src/vnet/tcp/tcp_debug.h
parentbaee8d498830bbbf54ec76e7c0c887c6373fe985 (diff)
tcp: fix debugging without cc stats (VPP-1547)
Change-Id: I376856fcadce570bb555064435f5876eefb2befa Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp_debug.h')
-rwxr-xr-xsrc/vnet/tcp/tcp_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h
index b848d341dd7..cf074925435 100755
--- a/src/vnet/tcp/tcp_debug.h
+++ b/src/vnet/tcp/tcp_debug.h
@@ -879,6 +879,7 @@ if (tcp_cc_time_to_print_stats (_tc)) \
}
#else
#define TCP_EVT_CC_STAT_HANDLER(_tc, ...)
+#define TCP_EVT_CC_STAT_PRINT(_tc)
#endif
/*