[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sun Mar 17 15:57:21 CET 2013


 src/common.c |   16 ++++++++++
 src/common.h |    7 ++++
 src/uuid.c   |  101 ++++++++++++++++++++++++----------------------------------
 3 files changed, 64 insertions(+), 60 deletions(-)

New commits:
commit 5b7a7ff99f191d419cf19df001b81d123c93783f
Author: Florian Forster <octo at collectd.org>
Date:   Sun Mar 17 15:50:16 2013 +0100

    uuid plugin: Improve parsing of the dmidecode output.
    
    The entire business of dividing by sizeof(char) only made the code
    unreadable, because by specification sizeof(char) evaluates to 1. The
    defines were expanded and the parsing is now less sensitive to
    formatting changes in the dmidecode output. Module global variables have
    been moved to the top.
    
    Fixes Github issue #267 in the process.




More information about the collectd-changes mailing list