master
h 15 lines 378 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_PULSE_GORILLA_H
4 #define NETDATA_PULSE_GORILLA_H
5
6 #include "daemon/common.h"
7
8 void pulse_gorilla_hot_buffer_added();
9 void pulse_gorilla_tier0_page_flush(uint32_t actual, uint32_t optimal, uint32_t original);
10
11 #if defined(PULSE_INTERNALS)
12 void pulse_gorilla_do(bool extended);
13 #endif
14
15 #endif //NETDATA_PULSE_GORILLA_H