summaryrefslogtreecommitdiffstats
path: root/aclk/aclk_collector_list.h
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-06-14 10:38:58 +0200
committerGitHub <noreply@github.com>2021-06-14 10:38:58 +0200
commit59af90b08c705a66bdca7551b43257781db47711 (patch)
tree18f7961b77aea97891c7472cd792fd61d1c98e6f /aclk/aclk_collector_list.h
parentf71036cdeca8e6c5becd357928ddc0325154a622 (diff)
Allows ACLK NG and Legacy to coexist (#11225)
Diffstat (limited to 'aclk/aclk_collector_list.h')
-rw-r--r--aclk/aclk_collector_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aclk/aclk_collector_list.h b/aclk/aclk_collector_list.h
index 98d30ba944..7d83a70eab 100644
--- a/aclk/aclk_collector_list.h
+++ b/aclk/aclk_collector_list.h
@@ -31,6 +31,8 @@ struct _collector {
struct _collector *next;
};
+extern struct _collector *collector_list;
+
struct _collector *_add_collector(const char *hostname, const char *plugin_name, const char *module_name);
struct _collector *_del_collector(const char *hostname, const char *plugin_name, const char *module_name);
void _reset_collector_list();