]> 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 20:56:21 +0000 (21:56 +0100)
commit669934d1b0571b79f71000c8f55aada175116bc3
tree8cfbf286ded4eb51ad523de74dee99b4b561e23e
parentd5eeca856ceece386a9143993bc29d98925f6489
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