Merge "Add fixes for Ring buffer size changes"
[demo.git] / vnfs / VESreporting_vFW5.0 / vpp_measurement_reporter.c
index dbad74e..4cc4ab8 100644 (file)
@@ -191,9 +191,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           */
                      "vFirewall",                         /* Role                  */
                      1))                           /* Verbosity             */