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>2021-08-20 16:12:01 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-08-20 16:14:14 +0300
commitdc3cafe4d2c3345dcddfb2b40e0b7ae464fd77a5 (patch)
treeb6c0117b302af3bb1b92eaaea4c544b78f2b1b45 /include/dbcache.h
parent7ef3b4da3de34a6b1cfbd4cdc394f9631f0b1f7a (diff)
........S. [ZBX-19658] added query batching when reading event data during maintenance processing
Merge in ZBX/zabbix from feature/ZBX-19658-5.0 to release/5.0 * commit '3ac6399ff6e0a1b24a50fc1998dee2287cb31517': ........S. [ZBX-19658] fixed warning ........S. [ZBX-19658] small style fix .D........ [ZBX-19658] added changelog entry ........S. [ZBX-19658] don't read tags when supppressing events if no maintenance uses them ........S. [ZBX-19658] added query batching when reading event data during maintenance processing (cherry picked from commit 737bf0db5abd3c872988e0268f1df6e136cd89e1)
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 7907df73d91..cdc69a74db8 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -979,6 +979,8 @@ void zbx_dc_maintenance_reset_update_flag(int timer);
int zbx_dc_maintenance_check_update_flag(int timer);
int zbx_dc_maintenance_check_update_flags(void);
+int zbx_dc_maintenance_has_tags(void);
+
typedef struct
{
char *lld_macro;