]> git.ipfire.org Git - thirdparty/collectd.git/commit
procevent plugin: ensure the ring buffer length is not zero.
authorFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 09:00:43 +0000 (10:00 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 09:05:50 +0000 (10:05 +0100)
commitcf6651183b581a20ba371d75f8ff3095078ff1a7
treec99e703606a1e93e7d5eccd7102a961b71ed8bab
parente2ddfad435a8bb833307d0f306500ccb5b924a55
procevent plugin: ensure the ring buffer length is not zero.

The manpage documents a default of 10, which was not implemented. This
change brings the implementation in line with the documentation.
src/procevent.c