|
1
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
2
|
|
|
3
|
#include "function-progress.h" |
|
4
|
|
|
5
|
int function_progress(BUFFER *wb, const char *function __maybe_unused, BUFFER *payload __maybe_unused, const char *source __maybe_unused) { |
|
6
|
return progress_function_result(wb, rrdhost_hostname(localhost)); |
|
7
|
} |
|
8
|
|