diff options
author | Marco Platania <platania@research.att.com> | 2018-11-30 16:37:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-30 16:37:21 +0000 |
commit | 3d9c60866a1ca4f083b4acce5276eef498d7250b (patch) | |
tree | c6e03886c17fb2e2bc9f55f3fac2225b064399a4 /vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h | |
parent | e96f8427c7a6209ed7b8e9165d718aeeaef6c888 (diff) | |
parent | 06c467f6db1b1bd3505c8dbdf36ff0aae4beab7e (diff) |
Merge "resubmit - 2 collector support-include readme .."
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h')
-rw-r--r-- | vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h index c8587269..d62911de 100644 --- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h +++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel.h @@ -1435,7 +1435,6 @@ typedef struct copyright { * @param topic The optional topic part of the URL (may be NULL). * @param ring_buf_size Ring buffer size (>=100) ~ Avg Messages in 1hr * @param secure Whether to use HTTPS (0=HTTP, 1=HTTPS). - * @param activmode Whether to use ActiveActive or ActiveStandby collector mode * @param cert_file_path Path to client certificate file * @param key_file_path Path to client key file * @param ca_info Path to CA info @@ -1465,7 +1464,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, |