bindings/perl/lib/Collectd.pm: Add forgotten "config" callback type.
[collectd.git] / bindings / perl / lib / Collectd.pm
index ef2f3e5..f1b5d85 100644 (file)
@@ -116,6 +116,7 @@ my @fc_plugins : shared = ();
 my %cf_callbacks : shared = ();
 
 my %types = (
+       TYPE_CONFIG,   "config",
        TYPE_INIT,     "init",
        TYPE_READ,     "read",
        TYPE_WRITE,    "write",