master
h 11 lines 281 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_RRDHOST_COLLECTION_H
4 #define NETDATA_RRDHOST_COLLECTION_H
5
6 #include "rrdhost.h"
7
8 void rrdhost_finalize_collection(RRDHOST *host);
9 void rrd_finalize_collection_for_all_hosts(void);
10
11 #endif //NETDATA_RRDHOST_COLLECTION_H