From ea309d986a6c7a30eb7995d6ad9549a1e62c5a2f Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 16 Jan 2015 21:30:29 +0100 Subject: [PATCH] plugin: Reload time-series fetcher callbacks as well. --- src/core/plugin.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/core/plugin.c b/src/core/plugin.c index 20fe61c..7bf3de3 100644 --- a/src/core/plugin.c +++ b/src/core/plugin.c @@ -124,12 +124,13 @@ static struct { const char *type; sdb_llist_t **list; } all_lists[] = { - { "config", &config_list }, - { "init", &init_list }, - { "collector", &collector_list }, - { "cname", &cname_list }, - { "shutdown", &shutdown_list }, - { "log", &log_list }, + { "config", &config_list }, + { "init", &init_list }, + { "collector", &collector_list }, + { "cname", &cname_list }, + { "shutdown", &shutdown_list }, + { "log", &log_list }, + { "timeseries fetcher", &ts_fetcher_list }, }; /* -- 2.30.2