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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-03 23:05:21 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-07 18:36:28 +0300
commiteb72ed3f1c564c5ab60543f63a70497c44060428 (patch)
tree951d7d8845ccc34e5fafd1aa836e04b73845eefa
parent7703a03bb70f711a3fc59839e627fe01f7b89096 (diff)
.......... [ZBX-21616] code style fix
(cherry picked from commit 45aa479dacdba3c14093b05fcf97394f967ee118) (cherry picked from commit 0d16c28d403d98dba4c43add7207316615d84d01)
-rw-r--r--src/zabbix_server/lld/lld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zabbix_server/lld/lld.c b/src/zabbix_server/lld/lld.c
index db0b6a9aff7..51986dd5703 100644
--- a/src/zabbix_server/lld/lld.c
+++ b/src/zabbix_server/lld/lld.c
@@ -210,6 +210,7 @@ static int lld_filter_load(lld_filter_t *filter, zbx_uint64_t lld_ruleid, const
* Parameters: jp_row - [IN] the lld data row *
* lld_macro_paths - [IN] use json path to extract from jp_row *
* condition - [IN] the lld filter condition *
+ * result - [OUT] the result of evaluation *
* info - [OUT] the warning description *
* *
* Return value: SUCCEED - the lld data passed filter evaluation *