Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-10-08 15:28:00 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-10-08 15:28:00 +0300
commit515eaffd4bcb328534889571fa89e11d91bb19aa (patch)
tree56b177c06066086b5c93d99901f43e078fe8c198 /src/libs/zbxaudit/audit_httptest.h
parent2bff1fbb66b2fa026d159990c1a47d9837689988 (diff)
........S. [ZBX-20006] fixed merge issue, float and password processing
Diffstat (limited to 'src/libs/zbxaudit/audit_httptest.h')
-rw-r--r--src/libs/zbxaudit/audit_httptest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/zbxaudit/audit_httptest.h b/src/libs/zbxaudit/audit_httptest.h
index 79de31a6073..2850da900cd 100644
--- a/src/libs/zbxaudit/audit_httptest.h
+++ b/src/libs/zbxaudit/audit_httptest.h
@@ -29,8 +29,9 @@ void zbx_audit_httptest_create_entry(int audit_action, zbx_uint64_t httptestid,
void zbx_audit_httptest_update_json_add_data(zbx_uint64_t httptestid, zbx_uint64_t templateid, const char *name,
const char *delay, unsigned char status, const char *agent, unsigned char authentication,
- const char *httpuser, const char *http_proxy, int retries, const char *ssl_cert_file,
- const char *ssl_key_file, int verify_peer, int verify_host, zbx_uint64_t hostid);
+ const char *httpuser, const char *httppassword, const char *http_proxy, int retries,
+ const char *ssl_cert_file, const char *ssl_key_file, const char *ssl_key_password, int verify_peer,
+ int verify_host, zbx_uint64_t hostid);
#define PREPARE_AUDIT_HTTPTEST_UPDATE_H(resource, type1) \
void zbx_audit_httptest_update_json_update_##resource(zbx_uint64_t httptestid, type1 resource##_old, \