Add fixes for Ring buffer size changes 91/35291/1
authorGokul Singaraju <gs244f@att.com>
Mon, 12 Mar 2018 21:35:27 +0000 (17:35 -0400)
committerGokul Singaraju <gs244f@att.com>
Mon, 12 Mar 2018 21:42:10 +0000 (17:42 -0400)
Issue-ID: CERT-12
Change-Id: I2a2def9aea7664b58c6d3b743183436991bf6c22
Signed-Off-by: Gokul Singaraju <gs244f@att.com>
vnfs/VESreporting_vFW5.0/vpp_measurement_reporter.c
vnfs/VESreporting_vLB5.0/vpp_measurement_reporter.c

index c9c9bdc..4cc4ab8 100644 (file)
@@ -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             */
index 728b761..14ca294 100644 (file)
@@ -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             */