summaryrefslogtreecommitdiffstats
path: root/exporting/tests/netdata_doubles.c
diff options
context:
space:
mode:
Diffstat (limited to 'exporting/tests/netdata_doubles.c')
-rw-r--r--exporting/tests/netdata_doubles.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/exporting/tests/netdata_doubles.c b/exporting/tests/netdata_doubles.c
index a9a1843367..8fba62e783 100644
--- a/exporting/tests/netdata_doubles.c
+++ b/exporting/tests/netdata_doubles.c
@@ -245,3 +245,11 @@ void __mock_rrddim_query_finalize(struct rrddim_query_handle *handle)
function_called();
}
+
+void sql_store_chart_label(uuid_t *chart_uuid, int source_type, char *label, char *value)
+{
+ (void)chart_uuid;
+ (void)source_type;
+ (void)label;
+ (void)value;
+}