Add ringbuffer size to API
[demo.git] / vnfs / VES5.0 / evel / evel-library / code / evel_library / evel.c
index c6ead7a..4e4383e 100644 (file)
@@ -89,6 +89,7 @@ EVEL_ERR_CODES evel_initialize(const char * const fqdn,
                                int port,
                                const char * const path,
                                const char * const topic,
+                               int ring_buf_size,
                                int secure,
                                const char * const cert_file_path,
                                const char * const key_file_path,
@@ -251,6 +252,7 @@ EVEL_ERR_CODES evel_initialize(const char * const fqdn,
   rc = event_handler_initialize(event_api_url,
                                 throt_api_url,
                                 source_ip,
+                                ring_buf_size,
                                 secure,
                                 cert_file_path,
                                 key_file_path,