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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2019-03-14 12:41:37 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2019-03-14 12:41:37 +0300
commit9505879d5542bfdec92f1e9db727d3c94c9bca4f (patch)
treed9f636dfb05cd19ecd47635b93e1bbbb1b734396 /include/cfg.h
parente1b56e1ece34a21da760feb9612795e2ebc3f59e (diff)
...G...... [ZBXNEXT-4967] minor refactoring
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 0f4995ec1cf..646517c9574 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -63,6 +63,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 char *host, unsigned short port);
-void zbx_get_serveractive_hosts(char *active_hosts, add_serveractive_host_f cb);
+void zbx_set_data_destination_hosts(char *active_hosts, add_serveractive_host_f cb);
#endif