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/dbcache.h
parentbcc65b20bbc8059edff2225c1a463a8eba1a7bc2 (diff)
........S. [ZBXNEXT-7109] added rtc command handling while waiting for config cache sync
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 075d82e52a9..b29c2faea2d 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -740,7 +740,6 @@ int DCget_host_inventory_value_by_hostid(zbx_uint64_t hostid, char **replace_to,
void *DCconfig_get_stats(int request);
int DCconfig_get_last_sync_time(void);
-void DCconfig_wait_sync(void);
int DCconfig_get_proxypoller_hosts(DC_PROXY *proxies, int max_hosts);
int DCconfig_get_proxypoller_nextcheck(void);