diff options
author | 2019-02-27 01:28:52 +0000 | |
---|---|---|
committer | 2019-02-27 01:28:52 +0000 | |
commit | 2a76952ed2c30c0a8f7c8c6dafdad74ecd416b08 (patch) | |
tree | 2eb52692a0bbacc506a7dcbba8332db4de6ab31c /veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h | |
parent | 67b5a83f516438d5f6346cf6da655a9b2e18a2aa (diff) | |
parent | e987dff7d71bf2255646df58bf22fa603f8d3935 (diff) |
Merge "VES 7.1 C Lib/Agent Enhancements"
Diffstat (limited to 'veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h')
-rw-r--r-- | veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h b/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h index c149749..9de3868 100644 --- a/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h +++ b/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel.h @@ -47,8 +47,8 @@ extern "C" { /* Supported API version. */ /*****************************************************************************/ #define EVEL_API_MAJOR_VERSION 7 -#define EVEL_API_MINOR_VERSION 0 -#define EVEL_API_PATCH_VERSION 2 +#define EVEL_API_MINOR_VERSION 1 +#define EVEL_API_PATCH_VERSION 0 /**************************************************************************//** * Error codes @@ -2975,7 +2975,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 @@ -3005,7 +3004,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, |