From: Leonard Göhrs Date: Fri, 28 Oct 2022 08:08:01 +0000 (+0200) Subject: [collectd 6] src/daemon/plugin.h: Revert plugin_write documentation change X-Git-Tag: 6.0.0-rc0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4cc3f9a0f066153b1f7666d3065b0985b0d13a8;p=thirdparty%2Fcollectd.git [collectd 6] src/daemon/plugin.h: Revert plugin_write documentation change The behaviour of plugin_write with regards to fam being NULL has not changed with the switch to one thread per write plugin, so the documentation should not change as well. --- diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 099d13b76..4eb701676 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -251,7 +251,7 @@ int plugin_shutdown_all(void); * ARGUMENTS * plugin Name of the plugin. If NULL, the value is sent to all registered * write functions. - * fam The actual metric family to be processed. + * fam The actual metric family to be processed. Must not be NULL. * * RETURN VALUE * Returns zero if the metric family was sucessfully enqueued or non-zero if