summaryrefslogtreecommitdiffstats
path: root/src/database/rrdfunctions-exporters.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-09 08:36:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 11:21:20 +0000
commiteae52fdaa9298e00f14b0b6256400d200db9c373 (patch)
treea3040a19bd024295ded05370853647bab9d7c225 /src/database/rrdfunctions-exporters.h
parentAdding upstream version 1.47.5. (diff)
downloadnetdata-479e3352d5e984687785b422b38f5808dec3126c.tar.xz
netdata-479e3352d5e984687785b422b38f5808dec3126c.zip
Adding upstream version 2.0.3.upstream/2.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/database/rrdfunctions-exporters.h')
-rw-r--r--src/database/rrdfunctions-exporters.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/database/rrdfunctions-exporters.h b/src/database/rrdfunctions-exporters.h
index 43bb660eb..295e670c9 100644
--- a/src/database/rrdfunctions-exporters.h
+++ b/src/database/rrdfunctions-exporters.h
@@ -5,13 +5,15 @@
#include "rrd.h"
+#define RRDFUNCTIONS_VERSION_SEPARATOR "|"
+
void rrd_chart_functions_expose_rrdpush(RRDSET *st, BUFFER *wb);
void rrd_global_functions_expose_rrdpush(RRDHOST *host, BUFFER *wb, bool dyncfg);
void chart_functions2json(RRDSET *st, BUFFER *wb);
void chart_functions_to_dict(DICTIONARY *rrdset_functions_view, DICTIONARY *dst, void *value, size_t value_size);
void host_functions_to_dict(RRDHOST *host, DICTIONARY *dst, void *value, size_t value_size, STRING **help, STRING **tags,
- HTTP_ACCESS *access, int *priority);
+ HTTP_ACCESS *access, int *priority, uint32_t *version);
void host_functions2json(RRDHOST *host, BUFFER *wb);
#endif //NETDATA_RRDFUNCTIONS_EXPORTERS_H