Code

plugin: Reload time-series fetcher callbacks as well.
authorSebastian Harl <sh@tokkee.org>
Fri, 16 Jan 2015 20:30:29 +0000 (21:30 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 16 Jan 2015 20:30:29 +0000 (21:30 +0100)
src/core/plugin.c

index 20fe61cd523dfe6db6229e3996e332a13cc7ca5e..7bf3de36d740fb5ec7ebbf93724491ac9f18b6da 100644 (file)
@@ -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 },
 };
 
 /*