master
h 16 lines 393 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_PULSE_DB_RRD_H
4 #define NETDATA_PULSE_DB_RRD_H
5
6 #include "libnetdata/libnetdata.h"
7
8 void pulse_db_rrd_memory_change(int64_t value);
9 void pulse_db_rrd_memory_add(uint64_t value);
10 void pulse_db_rrd_memory_sub(uint64_t value);
11
12 #if defined(PULSE_INTERNALS)
13 extern int64_t pulse_rrd_memory_size;
14 #endif
15
16 #endif //NETDATA_PULSE_DB_RRD_H