Code

Collectd.pm: Added missing entry to the plugin (type id, type name) map.
[collectd.git] / bindings / perl / lib / Collectd.pm
index f1b5d859874c0affc08143e1a536ca6f99747dc6..5a96dddd96fd3d4c6df25eb7e27dfa8b4563f1cc 100644 (file)
@@ -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",