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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2019-12-20 14:09:49 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2019-12-20 14:09:49 +0300
commit2e926917b1083424d07b5fb09513ddb35a80ca2f (patch)
treefdf365836815c42e329023ff18570d71f656b79d /include/proxy.h
parent7357b0cf644ce96f018de0bcc4b37843666916cf (diff)
........S. [ZBXNEXT-5546] changed auto registration to autoregistration
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 fa523161a96..7e4bbce30a5 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);
-int process_auto_registration(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid, zbx_timespec_t *ts, char **error);
+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);