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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-09-23 15:00:16 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-09-23 15:00:16 +0300
commit1ec35bc9d1b0ce26349ce63cac269374c9157eee (patch)
tree291cbd1da906f7e2f3f9767f62845ac601b70bfe /include/cfg.h
parent5b52e4176dfd1d496e60232b9f01b9fa015ef1a7 (diff)
...G...PS. [ZBXNEXT-6923] added validation of failover addresses
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cfg.h b/include/cfg.h
index ac25b7901d1..6cf8202d68f 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -77,6 +77,6 @@ int check_cfg_feature_int(const char *parameter, int value, const char *feature)
int check_cfg_feature_str(const char *parameter, const char *value, const char *feature);
typedef int (*add_serveractive_host_f)(const zbx_vector_ptr_t *addrs, zbx_vector_str_t *hostnames);
-void zbx_set_data_destination_hosts(char *active_hosts, add_serveractive_host_f cb, zbx_vector_str_t *hostnames);
+void zbx_set_data_destination_hosts(char *active_hosts, const char *name, add_serveractive_host_f cb, zbx_vector_str_t *hostnames);
#endif