mirror of
https://github.com/netdata/netdata.git
synced 2025-05-07 10:31:02 +00:00

* Send node update info only if the host has finished replication * Log number of hosts replicating / pending to load context * Remove prefix (thread name is enough)
8 lines
248 B
C
8 lines
248 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#ifndef NETDATA_SQLITE_ACLK_NODE_H
|
|
#define NETDATA_SQLITE_ACLK_NODE_H
|
|
|
|
void aclk_check_node_info_and_collectors(void);
|
|
bool host_finished_replication(RRDHOST *host);
|
|
#endif //NETDATA_SQLITE_ACLK_NODE_H
|