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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2016-01-11 11:28:16 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2016-01-11 11:28:16 +0300
commit5ab246fce0d4fbe90b13f6e8e1c7dcb549233f7f (patch)
tree90fbe0fdf98beac4bffb809b78913331e40279f2 /include
parentaa051389ec78aaa015740ea467063f5e8ed1d046 (diff)
.......PS. [ZBX-9904] fixed server response when active proxy sends in historical data, info string was missing
Diffstat (limited to 'include')
-rw-r--r--include/proxy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/proxy.h b/include/proxy.h
index 709e67545ee..727b734d75e 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -68,8 +68,7 @@ void calc_timestamp(const char *line, int *timestamp, const char *format);
void process_mass_data(zbx_socket_t *sock, zbx_uint64_t proxy_hostid,
AGENT_VALUE *values, size_t value_num, int *processed);
-int process_hist_data(zbx_socket_t *sock, struct zbx_json_parse *jp,
- const zbx_uint64_t proxy_hostid, char *info, int max_info_size);
+int process_hist_data(zbx_socket_t *sock, struct zbx_json_parse *jp, const zbx_uint64_t proxy_hostid, char **info);
void process_dhis_data(struct zbx_json_parse *jp);
void process_areg_data(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid);