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

Florian Forster octo at verplant.org
Tue Mar 9 16:55:22 CET 2010


 configure.in    |   21 +++++++++++++++++++++
 src/common.c    |    2 ++
 src/common.h    |    2 ++
 src/memcached.c |    5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

New commits:
commit 0b02f790242b90e2a91102c7091e87cd3f6f5d76
Merge: 35602ac111564b7908cfbe54c6fd85671f5623d5 2d0c4c77126d75a18bd4fff582a45f7fa313f845
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Mar 9 16:55:20 2010 +0100

    Merge remote branch 'origin/collectd-4.8' into collectd-4.8

commit 35602ac111564b7908cfbe54c6fd85671f5623d5
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date:   Tue Mar 9 16:12:51 2010 +0100

    configure.in: Check for "htonll".
    
    The first patch adds support to check if the htonl and htonll functions
    (which are used in AIX port) are available in configure. Until now the
    AIX port used these functions without perform any existence test.
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>

commit b786f02e823acac1428d8dce04d6fe838bc74906
Author: Manuel Sanmartin (no email) <collectd at verplant.org>
Date:   Tue Mar 9 15:40:00 2010 +0100

    memcached plugin: Add hack for AIX compatibility.
    
    The second one port memcached plugin to AIX. Since AIX don't have
    MSG_DONTWAIT flag support, we use MSG_NONBLOCK... and we hope to work
    fine ever :)
    
    Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>




More information about the collectd-changes mailing list