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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-04-29 15:31:12 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-04-29 15:37:33 +0300
commiteb26a1202094333ac4f307108f06b555ff9962c2 (patch)
treef3c5200d671a9f5faddc84975f4b2287a0c3028f /include/preproc.h
parent0fa60178faf9f0486f571466af24d198d9af6ec6 (diff)
.......PS. [ZBX-19038] cherry picked from 5.0; fixed conflict in ipmi_manager.c
(cherry picked from commit 78d6463f81f86f303f1dbdc52714b5f26b9fc471)
Diffstat (limited to 'include/preproc.h')
-rw-r--r--include/preproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/preproc.h b/include/preproc.h
index 6a011cbd716..b9cde38d2a0 100644
--- a/include/preproc.h
+++ b/include/preproc.h
@@ -43,7 +43,7 @@ zbx_preproc_item_stats_t;
/* the following functions are implemented differently for server and proxy */
-void zbx_preprocess_item_value(zbx_uint64_t itemid, unsigned char item_value_type, unsigned char item_flags,
+void zbx_preprocess_item_value(zbx_uint64_t itemid, zbx_uint64_t hostid, unsigned char item_value_type, unsigned char item_flags,
AGENT_RESULT *result, zbx_timespec_t *ts, unsigned char state, char *error);
void zbx_preprocessor_flush(void);
zbx_uint64_t zbx_preprocessor_get_queue_size(void);