From: Florian Forster Date: Mon, 11 Jan 2010 22:18:27 +0000 (+0100) Subject: bindings/perl/lib/Collectd.pm: Add forgotten "config" callback type. X-Git-Tag: collectd-4.9.1~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=09b9a5ec977f13dc3aee053f01aef3d548efad5d;p=collectd.git bindings/perl/lib/Collectd.pm: Add forgotten "config" callback type. Thanks to "ntenev" for reporting the issue. --- diff --git a/bindings/perl/lib/Collectd.pm b/bindings/perl/lib/Collectd.pm index ef2f3e5b..f1b5d859 100644 --- a/bindings/perl/lib/Collectd.pm +++ b/bindings/perl/lib/Collectd.pm @@ -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",