From: Gokul Singaraju Date: Mon, 12 Mar 2018 21:35:27 +0000 (-0400) Subject: Add fixes for Ring buffer size changes X-Git-Tag: v1.2.0~132^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=0062251624c84de2976eb39e13e2defd50ca4815 Add fixes for Ring buffer size changes Issue-ID: CERT-12 Change-Id: I2a2def9aea7664b58c6d3b743183436991bf6c22 Signed-Off-by: Gokul Singaraju --- 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 */