rrdfunctions-streaming.h 338 B

123456789101112
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef NETDATA_RRDFUNCTIONS_STREAMING_H
  3. #define NETDATA_RRDFUNCTIONS_STREAMING_H
  4. #include "rrd.h"
  5. #define RRDFUNCTIONS_STREAMING_HELP "Streaming status for parents and children."
  6. int rrdhost_function_streaming(BUFFER *wb, const char *function);
  7. #endif //NETDATA_RRDFUNCTIONS_STREAMING_H