summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_contexts_api.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 12:07:37 +0000
commitb485aab7e71c1625cfc27e0f92c9509f42378458 (patch)
treeae9abe108601079d1679194de237c9a435ae5b55 /aclk/aclk_contexts_api.h
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-b485aab7e71c1625cfc27e0f92c9509f42378458.tar.xz
netdata-b485aab7e71c1625cfc27e0f92c9509f42378458.zip
Adding upstream version 1.45.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'aclk/aclk_contexts_api.h')
-rw-r--r--aclk/aclk_contexts_api.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/aclk/aclk_contexts_api.h b/aclk/aclk_contexts_api.h
deleted file mode 100644
index f0b5ec77e..000000000
--- a/aclk/aclk_contexts_api.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-#ifndef ACLK_CONTEXTS_API_H
-#define ACLK_CONTEXTS_API_H
-
-#include "schema-wrappers/schema_wrappers.h"
-
-
-void aclk_send_contexts_snapshot(contexts_snapshot_t data);
-void aclk_send_contexts_updated(contexts_updated_t data);
-void aclk_update_node_collectors(struct update_node_collectors *collectors);
-void aclk_update_node_info(struct update_node_info *info);
-
-#endif /* ACLK_CONTEXTS_API_H */
-