perl plugin / Collectd.pm: Export plugin_write() to Perl.
authorSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2009 20:07:31 +0000 (21:07 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 9 Feb 2009 21:23:05 +0000 (22:23 +0100)
commitb7c7c17f94c7d8d69510d9b19f3aa39711f7955f
treec6bcf4c0d0767fdaf1e452b8ab1f8a701640416a
parent4eef10810d007368b82a24921c422ecc5de7bb28
perl plugin / Collectd.pm: Export plugin_write() to Perl.

plugin_write() accepts, just like the C counterpart, three arguments,
'plugins', 'datasets' and 'valuelists'. In contrast to the C implementation,
all three arguments may either be a single scalar or a reference to an array -
just like the 'plugins' and 'identifiers' arguments of the Perl implementation
of plugin_flush().
bindings/perl/Collectd.pm
src/collectd-perl.pod
src/perl.c