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 15:31:18 +0300
commit0d16c28d403d98dba4c43add7207316615d84d01 (patch)
treecd873cf0f247cfb4f7dc804442adf6f17ebd26fd
parente2e7db04ced25690ac129bda737856a72e5a5f39 (diff)
.......... [ZBX-21616] code style fix
(cherry picked from commit 45aa479dacdba3c14093b05fcf97394f967ee118)
-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 8f9ca3edca2..275e9a082b9 100644
--- a/src/zabbix_server/lld/lld.c
+++ b/src/zabbix_server/lld/lld.c
@@ -209,6 +209,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 *