From fe3572bcfee8e3b612a2b8fd6a4aebef93233f9c Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 21 Mar 2011 15:17:11 +0100 Subject: [PATCH] Collectd.pm: Added missing entry to the plugin (type id, type name) map. --- 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 f1b5d859..5a96dddd 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_DATASET, "dataset", TYPE_CONFIG, "config", TYPE_INIT, "init", TYPE_READ, "read", -- 2.30.2