From: Sebastian Harl Date: Mon, 21 Mar 2011 14:17:11 +0000 (+0100) Subject: Collectd.pm: Added missing entry to the plugin (type id, type name) map. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=refs%2Fheads%2Fsh%2Fcollectd-4.9;p=collectd.git Collectd.pm: Added missing entry to the plugin (type id, type name) map. --- 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",