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:
authorSergejs Paskevics <git-no-reply@zabbix.com>2018-01-29 15:56:26 +0300
committerSergejs Paskevics <git-no-reply@zabbix.com>2018-01-29 15:56:26 +0300
commit566a2a423167451b8e41120cf2b6e3331d9df449 (patch)
treef25af2a1083ead71eb73ceb29b9a5a50bb2a4f14 /include/preproc.h
parente81fc3adddb69ac65134e41f6eb7cbd2b91d09b9 (diff)
........S. [ZBX-13194] fixed incorrect processing of zabbix[wcache,value,*] internal check
Diffstat (limited to 'include/preproc.h')
-rw-r--r--include/preproc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/preproc.h b/include/preproc.h
index 9c633af9ffb..d0a19783a41 100644
--- a/include/preproc.h
+++ b/include/preproc.h
@@ -25,8 +25,8 @@
/* the following functions are implemened differently for server and proxy */
-void zbx_preprocess_item_value(zbx_uint64_t itemid, unsigned char item_flags, AGENT_RESULT *result,
- zbx_timespec_t *ts, unsigned char state, char *error);
+void zbx_preprocess_item_value(zbx_uint64_t itemid, 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);