master
h 12 lines 255 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_PULSE_HEARTBEAT_H
4 #define NETDATA_PULSE_HEARTBEAT_H
5
6 #include "daemon/common.h"
7
8 #if defined(PULSE_INTERNALS)
9 void pulse_heartbeat_do(bool extended);
10 #endif
11
12 #endif //NETDATA_PULSE_HEARTBEAT_H