summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 972719b)
raw | patch | inline | side by side (parent: 972719b)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 16 Jan 2015 20:30:29 +0000 (21:30 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 16 Jan 2015 20:30:29 +0000 (21:30 +0100) |
src/core/plugin.c | patch | blob | history |
diff --git a/src/core/plugin.c b/src/core/plugin.c
index 20fe61cd523dfe6db6229e3996e332a13cc7ca5e..7bf3de36d740fb5ec7ebbf93724491ac9f18b6da 100644 (file)
--- a/src/core/plugin.c
+++ b/src/core/plugin.c
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 },
};
/*