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-12-29 11:47:09 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-12-29 11:47:09 +0300
commit43d06a3ac76b1820c259aaa4b9779f44ddbbf6d9 (patch)
tree1e40b25b64a945cb9db16063f1ffbd3471117371 /include/zbxrtc.h
parentbcc65b20bbc8059edff2225c1a463a8eba1a7bc2 (diff)
........S. [ZBXNEXT-7109] added rtc command handling while waiting for config cache sync
Diffstat (limited to 'include/zbxrtc.h')
-rw-r--r--include/zbxrtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxrtc.h b/include/zbxrtc.h
index b8836167f83..71671ce39b5 100644
--- a/include/zbxrtc.h
+++ b/include/zbxrtc.h
@@ -31,10 +31,12 @@ zbx_rtc_t;
/* provider API */
int zbx_rtc_init(zbx_rtc_t *rtc ,char **error);
void zbx_rtc_dispatch(zbx_ipc_client_t *client, zbx_ipc_message_t *message);
+void zbx_rtc_wait_config_sync(zbx_rtc_t *rtc);
/* client API */
int zbx_rtc_process(const char *option, char **error);
int rtc_parse_options(const char *opt, zbx_uint32_t *code, char **data, char **error);
int zbx_rtc_open(zbx_ipc_async_socket_t *asocket, int timeout, char **error);
+int zbx_rtc_notify_config_sync(char **error);
#endif