[collectd-changes] collectd,
	the system statistics collection daemon: Changes to 'ls/sensors'
    Florian Forster 
    octo at verplant.org
       
    Sun Nov  5 15:18:15 CET 2006
    
    
  
 src/sensors.c |  160 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 85 insertions(+), 75 deletions(-)
New commits:
commit 52835eb94a3e86ae0d050398ed139b6eecd0e3e1
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Nov 5 15:08:34 2006 +0100
    sensors plugin: Some code cleanup.
    
    Very long lines have been broken into several shorter ones. `strncmp' has been
    replaced with `strcmp' where reasonable. Variables have been renamed and all
    variable declarations have been moved to the top of the block, as required by
    ANSI C prior to C99.
    
    
More information about the collectd-changes
mailing list