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
path: root/src
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-04-28 11:39:56 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-04-28 11:39:56 +0300
commit451a2507e516b9f6af93a71560b4f97b94cd4599 (patch)
tree597a535ce499913fa2f8c8b261a5bf48cff3f279 /src
parent69ce35609b4c9133a0fd8eb8404ff2c7c4f2935b (diff)
.......PS. [ZBXNEXT-7604] fixed comment
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxeval/calc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/zbxeval/calc.c b/src/libs/zbxeval/calc.c
index f68acf4cc79..6cad55234a2 100644
--- a/src/libs/zbxeval/calc.c
+++ b/src/libs/zbxeval/calc.c
@@ -741,6 +741,9 @@ int zbx_eval_calc_max(zbx_vector_dbl_t *values, double *result, char **error)
* result - [OUT] calculated value *
* error - [OUT] dynamically allocated error message *
* *
+ * Return value: SUCCEED - evaluated successfully *
+ * FAIL - failed to evaluate function (see 'error') *
+ * *
******************************************************************************/
int zbx_eval_calc_sum(zbx_vector_dbl_t *values, double *result, char **error)
{