[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.1'
Florian Forster
octo at verplant.org
Wed Dec 26 15:34:23 CET 2007
src/sensors.c | 190 +++++++++++++++++++++++++++++++---------------------------
1 file changed, 104 insertions(+), 86 deletions(-)
New commits:
commit e781b99dd81c7470e3b4055c4362c3841efb04a8
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Dec 26 15:34:18 2007 +0100
sensors plugin: While I was at it I reorganized the code a little so it's easier to read.
For instance I moved the name to type conversion out of the main loop and into
a separate function, likewise the chip to string representation conversion. The
`submit' function is now very careful that all strings are null terminated and
that no buffer overflow may occur.
More information about the collectd-changes
mailing list