rrdfunctions-progress.c 236 B

12345678
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #include "rrdfunctions-progress.h"
  3. int rrdhost_function_progress(BUFFER *wb, const char *function __maybe_unused) {
  4. return progress_function_result(wb, rrdhost_hostname(localhost));
  5. }