| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | #ifndef NETDATA_PULSE_INGESTION_H |
| 4 | #define NETDATA_PULSE_INGESTION_H |
| 5 | |
| 6 | #include "daemon/common.h" |
| 7 | |
| 8 | void pulse_queries_rrdset_collection_completed(size_t *points_read_per_tier_array); |
| 9 | |
| 10 | #if defined(PULSE_INTERNALS) |
| 11 | void pulse_ingestion_do(bool extended); |
| 12 | #endif |
| 13 | |
| 14 | #endif //NETDATA_PULSE_INGESTION_H |