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 18:54:07 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-01-18 18:54:48 +0300
commit030020ad1ea9d531cb80e8fe9bd6afc320af59dd (patch)
treecd004949a82c3cc23cf83e281f17016d4e7a2aea /include/zbxrtc.h
parentc92b0c62a0b9f68f6461220868159f854e602250 (diff)
.......PS. [ZBXNEXT-7411] fixed exit in the case of insufficient configuration cache size
Diffstat (limited to 'include/zbxrtc.h')
-rw-r--r--include/zbxrtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxrtc.h b/include/zbxrtc.h
index 46d078998dc..e6bd50dd8a5 100644
--- a/include/zbxrtc.h
+++ b/include/zbxrtc.h
@@ -52,7 +52,7 @@ zbx_rtc_t;
/* provider API */
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);
+int 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);