tcp: fix debugging without cc stats (VPP-1547) 05/16905/4
authorFlorin Coras <fcoras@cisco.com>
Sun, 20 Jan 2019 00:45:13 +0000 (16:45 -0800)
committerJohn Lo <loj@cisco.com>
Sun, 20 Jan 2019 02:16:06 +0000 (02:16 +0000)
Change-Id: I376856fcadce570bb555064435f5876eefb2befa
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/tcp/tcp_debug.h

index b848d34..cf07492 100755 (executable)
@@ -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
 
 /*