From 2e85f9325a797977eea9dfea0a925775ddd211d9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 12:49:00 +0100 Subject: Merging upstream version 1.29.0. Signed-off-by: Daniel Baumann --- backends/graphite/graphite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/graphite/graphite.c') diff --git a/backends/graphite/graphite.c b/backends/graphite/graphite.c index 805703893..f75a93a0f 100644 --- a/backends/graphite/graphite.c +++ b/backends/graphite/graphite.c @@ -6,7 +6,7 @@ // ---------------------------------------------------------------------------- // graphite backend -int format_dimension_collected_graphite_plaintext( +int backends_format_dimension_collected_graphite_plaintext( BUFFER *b // the buffer to write data to , const char *prefix // the prefix to use , RRDHOST *host // the host this chart comes from @@ -42,7 +42,7 @@ int format_dimension_collected_graphite_plaintext( return 1; } -int format_dimension_stored_graphite_plaintext( +int backends_format_dimension_stored_graphite_plaintext( BUFFER *b // the buffer to write data to , const char *prefix // the prefix to use , RRDHOST *host // the host this chart comes from -- cgit v1.2.3