Merge "Add fixes for Ring buffer size changes"
authorGary Wu <gary.i.wu@huawei.com>
Tue, 13 Mar 2018 17:44:14 +0000 (17:44 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 13 Mar 2018 17:44:14 +0000 (17:44 +0000)
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             */