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

Florian Forster octo at verplant.org
Mon May 3 09:25:06 CEST 2010


 src/Makefile.am |    4 ++++
 src/pyvalues.c  |    4 ++--
 src/rrdtool.c   |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 921d4724aaf1e59b9bf5b1839bd12a18d88d198b
Merge: 22763cc211c7b825a9e8dd141661031dec3250cd 79f132efd2504a52d30d5d885581e3ee4ee26790
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon May 3 09:25:04 2010 +0200

    Merge branch 'collectd-4.10'

commit 79f132efd2504a52d30d5d885581e3ee4ee26790
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon May 3 09:23:55 2010 +0200

    rrdtool plugin: Degrade a less than helpful warning to a debug message.

commit 2f2f3a6645d2b2a8a4486850f433d55821d525ba
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon May 3 09:22:39 2010 +0200

    python plugin: Disable strict aliasing.
    
    "Py_True" and "Py_False" have some weird implementation that GCC can't cope
    with. Disable strict aliasing (and warnings relating to it) in order to avoid
    those problems at the cost of optimization.

commit b9530c89d0db0f18ffc9762aee1c2e6e8d35cf20
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Mon May 3 09:21:45 2010 +0200

    python plugin: Remove "const" of usage strings.
    
    The struct member isn't const, resulting in a warning.




More information about the collectd-changes mailing list