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>2019-05-07 16:47:47 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-05-07 16:51:51 +0300
commit292fc644e87b5fd447fe9f0208b6618bfa8c1126 (patch)
tree6ec26fd2e705056b29130454c3a449df49d415f8 /include/proxy.h
parente9df3f5bc883c2417769061383d0be2b89655241 (diff)
...G...PS. [ZBX-10550] added warnings when Zabbix components have different versions
* commit 'c5077fc169c195ccb4b6f491bf02a15b837171ea': .D........ [ZBX-10550] ChangeLog updated ...G...PS. [ZBX-10550] fixed multiline if statement must be enclosed in braces ...G...PS. [ZBX-10550] fixed show warnings when zabbix components have different versions for version 4.2 (cherry picked from commit 5240e088b5a6dba36c443d35976249ac4c810b31)
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proxy.h b/include/proxy.h
index 90d199b4646..a2ca54a8251 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -69,5 +69,6 @@ int process_proxy_history_data(const DC_PROXY *proxy, struct zbx_json_parse *jp,
int process_agent_history_data(zbx_socket_t *sock, struct zbx_json_parse *jp, zbx_timespec_t *ts, char **info);
int process_sender_history_data(zbx_socket_t *sock, struct zbx_json_parse *jp, zbx_timespec_t *ts, char **info);
int process_proxy_data(const DC_PROXY *proxy, struct zbx_json_parse *jp, zbx_timespec_t *ts, char **error);
+int zbx_check_protocol_version(DC_PROXY *proxy);
#endif