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>2021-02-23 12:31:09 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-02-23 12:31:09 +0300
commit06cb23e58a1ff75959c63ad46a94543e68e098fd (patch)
tree94e30093a5c2bb967d40523cb9b23529231cf556 /include/zbxserver.h
parent4d2912f5a68534767fbe5f9276c4acd59b328585 (diff)
........S. [ZBXNEXT-6451] changed trigger function evaluation to return variant values
Diffstat (limited to 'include/zbxserver.h')
-rw-r--r--include/zbxserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxserver.h b/include/zbxserver.h
index 8076dddfa67..033a7a95cd8 100644
--- a/include/zbxserver.h
+++ b/include/zbxserver.h
@@ -62,7 +62,7 @@ void get_functionids(zbx_vector_uint64_t *functionids, const char *expression);
int evaluate_function(char **value, DC_ITEM *item, const char *function, const char *parameter,
const zbx_timespec_t *ts, char **error);
-int evaluate_function2(char **value, DC_ITEM *item, const char *function, const char *parameter,
+int evaluate_function2(zbx_variant_t *value, DC_ITEM *item, const char *function, const char *parameter,
const zbx_timespec_t *ts, char **error);