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-03-12 18:28:55 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-12 18:28:55 +0300
commit4529b31e068d966810f0c32cd49bee7d3cd63012 (patch)
tree0ee298447c143c1228dd7b01dafccedd67b1976e /include/zbxeval.h
parent545ac6a4663d53620687c95fdff091cac2702a34 (diff)
........S. [ZBXNEXT-6451] simplified check for time based function usage in trigger expressions
Diffstat (limited to 'include/zbxeval.h')
-rw-r--r--include/zbxeval.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxeval.h b/include/zbxeval.h
index 108dfbb2c50..7a23a645697 100644
--- a/include/zbxeval.h
+++ b/include/zbxeval.h
@@ -189,8 +189,6 @@ zbx_eval_context_t *zbx_eval_deserialize_dyn(const unsigned char *data, const ch
int zbx_eval_check_timer_functions(const zbx_eval_context_t *ctx);
void zbx_get_serialized_expression_functionids(const char *expression, const unsigned char *data,
zbx_vector_uint64_t *functionids);
-int zbx_check_serialized_expression_function(const char *expression, const unsigned char *data,
- const char **functions);
void zbx_eval_get_constant(const zbx_eval_context_t *ctx, int index, char **value);
void zbx_eval_replace_functionid(zbx_eval_context_t *ctx, zbx_uint64_t old_functionid, zbx_uint64_t new_functionid);
int zbx_eval_validate_replaced_functionids(zbx_eval_context_t *ctx, char **error);