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-09-02 16:17:20 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-09-02 16:17:20 +0300
commit08332a2d2f5927cfe5aa700d0cc24d4aa8b4cf4e (patch)
tree3539f3f79f9c15b9c71a131d65c617e2819c5d90 /include/dbcache.h
parent337cb45473ec8fdf4e294ae37882fb2431c4ed4f (diff)
parentbbf4fcd855cafbcf358e64ee039f559a2544b29e (diff)
.......... [ZBXNEXT-6787] updated to the latest master branch (conflicts solved)
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 5df33c260b5..ba0d145cc58 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -807,6 +807,7 @@ unsigned int DCget_internal_action_count(void);
#define ZBX_DISCOVERY_GROUPID_UNDEFINED 0
void zbx_config_get(zbx_config_t *cfg, zbx_uint64_t flags);
void zbx_config_clean(zbx_config_t *cfg);
+void zbx_config_get_hk_mode(unsigned char *history_mode, unsigned char *trends_mode);
int DCset_interfaces_availability(zbx_vector_availability_ptr_t *availabilities);