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>2018-12-06 16:49:58 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2018-12-06 16:49:58 +0300
commitee01b8405e225c4c4bdefd1e3a520694ca1b88e6 (patch)
treedbfae54adb3f4293f870f25f9130883920e99a96 /include/proxy.h
parent99d31f1074df87fc2bc043f910f70f1f044ff6b8 (diff)
........S. [ZBXNEXT-4087] implemented lld processing by lld workers
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 d990c6537b4..b1da9ec05b3 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -58,7 +58,7 @@ int process_history_data(DC_ITEM *items, zbx_agent_value_t *values, int *errcode
int process_discovery_data(struct zbx_json_parse *jp, zbx_timespec_t *ts, char **error);
int process_auto_registration(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid, zbx_timespec_t *ts, char **error);
-void lld_process_discovery_rule(zbx_uint64_t lld_ruleid, const char *value, const zbx_timespec_t *ts);
+int lld_process_discovery_rule(zbx_uint64_t lld_ruleid, const char *value, char **error);
int proxy_get_history_count(void);