src/types_list.c: Added a function to parse a generic list of `types'.
[collectd.git] / src / collectd.c
index 0986e40..49998f9 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "plugin.h"
 #include "configfile.h"
+#include "types_list.h"
 
 /*
  * Global variables
@@ -213,6 +214,7 @@ static int do_init (void)
        }
 #endif
 
+       read_types_list ();
        plugin_init_all ();
 
        return (0);