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:
authorAndris Zeila <andris.zeila@zabbix.com>2015-11-17 17:43:22 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-11-17 17:43:22 +0300
commita75175bf3db524e944a805441ddd1c92fd7f607a (patch)
tree44cc95793d0856377faabbae97a25e57f918e00a /include/proxy.h
parent92a76801f3f486063c8e0efdc888f294ac9e1c1d (diff)
.......PS. [ZBX-10066] reworked proxy->server host availability sending
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proxy.h b/include/proxy.h
index 06fc0e2ecbf..709e67545ee 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -54,7 +54,7 @@ void update_proxy_lastaccess(const zbx_uint64_t hostid);
int get_proxyconfig_data(zbx_uint64_t proxy_hostid, struct zbx_json *j, char **error);
void process_proxyconfig(struct zbx_json_parse *jp_data);
-int get_host_availability_data(struct zbx_json *j);
+int get_host_availability_data(struct zbx_json *j, int *ts);
void process_host_availability(struct zbx_json_parse *jp_data);
int proxy_get_hist_data(struct zbx_json *j, zbx_uint64_t *lastid);