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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2020-04-04 13:45:20 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-04-04 13:45:20 +0300
commitc194ba3ecf9e9180732901bd894a8726a1b3e0d3 (patch)
tree4b15e0429581da067df8c72b7ef032fffcaf252f /include/proxy.h
parent55aa0879f4197f15f9f0eac1aad66dfc02d24c39 (diff)
.......PS. [ZBXNEXT-1891] rename variables
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proxy.h b/include/proxy.h
index 606c4ee7e1f..ecf4828c348 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -55,7 +55,7 @@ void proxy_set_areg_lastid(const zbx_uint64_t lastid);
void calc_timestamp(const char *line, int *timestamp, const char *format);
int process_history_data(DC_ITEM *items, zbx_agent_value_t *values, int *errcodes, size_t values_num,
- zbx_proxy_suppress_t *commdelay);
+ zbx_proxy_suppress_t *suppress_win);
int process_autoregistration(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid, zbx_timespec_t *ts, char **error);
int lld_process_discovery_rule(zbx_uint64_t lld_ruleid, const char *value, char **error);
@@ -64,7 +64,7 @@ int proxy_get_history_count(void);
int proxy_get_delay(zbx_uint64_t lastid);
int zbx_get_proxy_protocol_version(struct zbx_json_parse *jp);
-void zbx_update_proxy_data(DC_PROXY *proxy, int version, int lastaccess, int compress, zbx_uint64_t add_flags);
+void zbx_update_proxy_data(DC_PROXY *proxy, int version, int lastaccess, int compress, zbx_uint64_t flags_add);
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);