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:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-08-26 10:38:53 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-08-26 10:38:53 +0300
commitbe758bee36aa62b15791ed18adff3fcbf96e2a3b (patch)
tree8054a035f04b150ec627640e9c8094d35a1b18df /include/dbcache.h
parent32cd9e5335990f45b67a34051ad96b578a1c60ff (diff)
parenta91ee32d0303b87be43706fe3dce0a9c3aa19b76 (diff)
.......... [ZBXNEXT-6787] updated to the latest master branch (simple conflicts resolved)
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 0e24659bd2a..5df33c260b5 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -969,6 +969,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;