blob: 06da6af9ffe3cc8a03e93d2a33ac311fb99932af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef NETDATA_FUNCTION_STREAMING_H
#define NETDATA_FUNCTION_STREAMING_H
#include "daemon/common.h"
#define RRDFUNCTIONS_STREAMING_HELP "Streaming status for parents and children."
int function_streaming(BUFFER *wb, const char *function, BUFFER *payload, const char *source);
#endif //NETDATA_FUNCTION_STREAMING_H
|