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>2022-10-31 16:27:36 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-10-31 16:27:36 +0300
commit5e4016683932d899c8fe9611218e966ec572fac8 (patch)
tree022a13d6de0640ad56d1283429b56ce414627bcd /include
parentca6a1018ab4522f951257553eb6ebeb0c7432eec (diff)
.......PS. [ZBXNEXT-8040] ported jsonpath 'first found' optimization from ZBXNEXT-8009
Diffstat (limited to 'include')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 209ddb4d216..e5c91376b14 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -332,6 +332,7 @@ typedef struct
/* set to 1 when jsonpath points at single location */
unsigned char definite;
+ unsigned char first_match; /* set to 1 if first match must be returned */
}
zbx_jsonpath_t;