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>2017-02-06 15:57:03 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-02-06 15:57:03 +0300
commit2a11681d00ff0edefd6ff1f7b5238f7944bee8fb (patch)
tree16844689f75562da2a0de691438ea846e09a3e18 /include/proxy.h
parent959432f91cd19406a668869b7b6c569dcd7746e4 (diff)
........S. [ZBXNEXT-1804] fixed proxy version update
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 d275c36ab02..81159a21578 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -63,7 +63,7 @@ void lld_process_discovery_rule(zbx_uint64_t lld_ruleid, char *value, const zbx_
int proxy_get_history_count(void);
-int zbx_proxy_update_version(const DC_PROXY *proxy, struct zbx_json_parse *jp);
+int zbx_proxy_update_version(DC_PROXY *proxy, struct zbx_json_parse *jp);
int process_proxy_history_data(const DC_PROXY *proxy, struct zbx_json_parse *jp, zbx_timespec_t *ts, char **info);
int process_agent_history_data(zbx_socket_t *sock, struct zbx_json_parse *jp, zbx_timespec_t *ts, char **info);