From: Florin Coras Date: Sun, 20 Jan 2019 00:45:13 +0000 (-0800) Subject: tcp: fix debugging without cc stats (VPP-1547) X-Git-Tag: v19.04-rc1~651 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=0702554639e5149d9012cc196aa43c3c8d0d7f9b;p=vpp.git tcp: fix debugging without cc stats (VPP-1547) Change-Id: I376856fcadce570bb555064435f5876eefb2befa Signed-off-by: Florin Coras --- 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 /*