aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
diff options
context:
space:
mode:
authorgp2421 <gp2421@att.com>2018-11-16 11:20:14 -0500
committergp2421 <gp2421@att.com>2018-11-30 11:15:54 -0500
commit06c467f6db1b1bd3505c8dbdf36ff0aae4beab7e (patch)
tree28baa04ca78435f9036d19854cd1ed2c7aac2187 /vnfs/VES5.0/evel/evel-library/code/evel_library/evel.c
parentb19a7a7cae93ade0a9ebe23a638e42948b740ac3 (diff)
resubmit - 2 collector support-include readme ..
Issue-ID: CERT-16 Change-Id: If75efb06b6722ea26319e892bf1449207048ec9c Signed-off-by: gp2421 <gp2421@att.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.c3
1 files changed, 0 insertions, 3 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 488e073a..fbe3de41 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
@@ -70,7 +70,6 @@ char *functional_role = NULL;
* @param topic The optional topic part of the URL (may be NULL).
* @param ring buf size Ring buffer size
* @param secure Whether to use HTTPS (0=HTTP, 1=HTTPS)
- * @param activmode Whether to use ActivStandby(0) collectors or ActiveStandby(1)
* @param cert_file_path Path to client certificate file
* @param key_file_path Path to client key file
* @param ca_info Path to CA cert file
@@ -100,7 +99,6 @@ EVEL_ERR_CODES evel_initialize(const char * const fqdn,
const char * const topic,
int ring_buf_size,
int secure,
- int activmode,
const char * const cert_file_path,
const char * const key_file_path,
const char * const ca_info,
@@ -308,7 +306,6 @@ EVEL_ERR_CODES evel_initialize(const char * const fqdn,
bakup_source_ip,
ring_buf_size,
secure,
- activmode,
cert_file_path,
key_file_path,
ca_info,