From 0062251624c84de2976eb39e13e2defd50ca4815 Mon Sep 17 00:00:00 2001 From: Gokul Singaraju Date: Mon, 12 Mar 2018 17:35:27 -0400 Subject: [PATCH] Add fixes for Ring buffer size changes Issue-ID: CERT-12 Change-Id: I2a2def9aea7664b58c6d3b743183436991bf6c22 Signed-Off-by: Gokul Singaraju --- vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c | 1 + vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c | 1 + 2 files changed, 2 insertions(+) diff --git a/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c b/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c index c9c9bdc6..4cc4ab85 100644 --- a/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c +++ b/vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c @@ -191,6 +191,7 @@ int main(int argc, char** argv) port, /* Port */ NULL, /* optional path */ NULL, /* optional topic */ + 100, /* Ring Buffer size */ 0, /* HTTPS? */ NULL, /* cert file */ NULL, /* key file */ diff --git a/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c b/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c index 728b7611..14ca2944 100644 --- a/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c +++ b/vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c @@ -139,6 +139,7 @@ int main(int argc, char** argv) port, /* Port */ NULL, /* optional path */ NULL, /* optional topic */ + 100, /* Ring buffer size */ 0, /* HTTPS? */ NULL, /* cert file */ NULL, /* key file */ -- 2.16.6