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-01-18 14:56:33 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-18 14:56:33 +0300
commitf1317cf9808c5c9483e306152e146eb7c45fccad (patch)
tree468d42d11c76f619e652152a8484c043eda3d020 /include/zbxrtc.h
parent98152e785ac2a462ac7b7010750a2943496d4c4d (diff)
........S. [ZBXNEXT-7411] reset rtc service when switching server from active to standby mode
Diffstat (limited to 'include/zbxrtc.h')
-rw-r--r--include/zbxrtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxrtc.h b/include/zbxrtc.h
index 50875635d49..46d078998dc 100644
--- a/include/zbxrtc.h
+++ b/include/zbxrtc.h
@@ -54,6 +54,7 @@ int zbx_rtc_init(zbx_rtc_t *rtc ,char **error);
void zbx_rtc_dispatch(zbx_rtc_t *rtc, zbx_ipc_client_t *client, zbx_ipc_message_t *message);
void zbx_rtc_wait_config_sync(zbx_rtc_t *rtc);
void zbx_rtc_shutdown_subs(zbx_rtc_t *rtc);
+void zbx_rtc_reset(zbx_rtc_t *rtc);
/* client API */
int zbx_rtc_process(const char *option, char **error);