From: Sebastian Harl Date: Fri, 16 Jan 2015 20:30:29 +0000 (+0100) Subject: plugin: Reload time-series fetcher callbacks as well. X-Git-Tag: sysdb-0.7.0~61 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=ea309d986a6c7a30eb7995d6ad9549a1e62c5a2f plugin: Reload time-series fetcher callbacks as well. --- 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 }, }; /*