bindings/perl/lib/Collectd.pm: Add forgotten "config" callback type.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 11 Jan 2010 22:18:27 +0000 (23:18 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 11 Jan 2010 22:18:27 +0000 (23:18 +0100)
Thanks to "ntenev" for reporting the issue.

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",