author | Sebastian Harl <sh@tokkee.org> | |
Mon, 9 Feb 2009 20:07:31 +0000 (21:07 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 9 Feb 2009 21:23:05 +0000 (22:23 +0100) | ||
commit | b7c7c17f94c7d8d69510d9b19f3aa39711f7955f | |
tree | c6bcf4c0d0767fdaf1e452b8ab1f8a701640416a | tree | snapshot |
parent | 4eef10810d007368b82a24921c422ecc5de7bb28 | commit | diff |
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().
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 | diff | blob | history | |
src/collectd-perl.pod | diff | blob | history | |
src/perl.c | diff | blob | history |