From 09b9a5ec977f13dc3aee053f01aef3d548efad5d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 11 Jan 2010 23:18:27 +0100 Subject: [PATCH] bindings/perl/lib/Collectd.pm: Add forgotten "config" callback type. Thanks to "ntenev" for reporting the issue. --- bindings/perl/lib/Collectd.pm | 1 + 1 file changed, 1 insertion(+) 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", -- 2.11.0