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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-03-20 16:01:58 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2020-03-23 15:15:14 +0300
commit1f6f8157ad59db2904aed87fba796c988a14f5c7 (patch)
tree530654fbd47d69592e794f1da04c63c4ed8021ce /include/zbxalgo.h
parent874e91cef7425439bda942047b82f91daba1a83d (diff)
........S. [ZBXNEXT-702] autoquote user macros, always expand suffixes in expressions
Diffstat (limited to 'include/zbxalgo.h')
-rw-r--r--include/zbxalgo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxalgo.h b/include/zbxalgo.h
index ede79e9c193..b842585d5b0 100644
--- a/include/zbxalgo.h
+++ b/include/zbxalgo.h
@@ -355,6 +355,7 @@ unsigned int zbx_isqrt32(unsigned int value);
int evaluate(double *value, const char *expression, char *error, size_t max_error_len,
zbx_vector_ptr_t *unknown_msgs);
int evaluate_unknown(const char *expression, double *value, char *error, size_t max_error_len);
+double evaluate_string_to_double(char *in);
/* forecasting */