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-09-28 14:49:11 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-09-28 14:49:11 +0300
commit351e5be39a31b67e2f1ad289a6f1028025180db1 (patch)
tree23e6dacb3e9f971e99aba86f0aa1e5ec6bd600de /include/zbxtrends.h
parentb9c1235d34253484571b72b50be7741b4464b5d7 (diff)
........S. [ZBXNEXT-6923] fixed server startup/teardown based on HA status
Diffstat (limited to 'include/zbxtrends.h')
-rw-r--r--include/zbxtrends.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxtrends.h b/include/zbxtrends.h
index 80466d2be4b..3fdba11c0c7 100644
--- a/include/zbxtrends.h
+++ b/include/zbxtrends.h
@@ -47,6 +47,7 @@ typedef struct
zbx_tfc_stats_t;
int zbx_tfc_init(char **error);
+void zbx_tfc_destroy(void);
int zbx_tfc_get_stats(zbx_tfc_stats_t *stats, char **error);
void zbx_tfc_invalidate_trends(ZBX_DC_TREND *trends, int trends_num);