Fixed CDR_IMAGE_VERSION in portal script
[demo.git] / vnfs / VESreporting_vLB5.0 / vpp_measurement_reporter.c
index 3eb984d..14ca294 100644 (file)
@@ -139,9 +139,17 @@ 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             */
+                     NULL,                         /* ca   info             */
+                     NULL,                         /* ca   file             */
+                     0,                            /* verify peer           */
+                     0,                            /* verify host           */
                      "",                           /* Username              */
                      "",                           /* Password              */
+                     NULL,                         /* Source IP             */
                      EVEL_SOURCE_VIRTUAL_MACHINE,  /* Source type           */
                      "vLoadBalancer",              /* Role                  */
                      1))                           /* Verbosity             */