summaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
diff options
context:
space:
mode:
authorGokul Singaraju <goksing@gmail.com>2018-01-16 23:51:44 -0500
committerGokul Singaraju <goksing@gmail.com>2018-01-16 23:52:02 -0500
commit39f35cca6560c97ecd719a13793ead184f6e7e3c (patch)
tree95e2a7906758f4998d978f54ced5d3da4d7e452f /vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
parentdd78035ca6b571302289636d7946321082371bdd (diff)
Add ringbuffer size to API
Issue-ID: CERT-12 Change-Id: Ie698da815605d456f34ed05e4ef1ee11c994db86 Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
index c6ead7ad..4e4383e4 100644
--- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
+++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
@@ -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,