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

Florian Forster octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>verplant.org
Mon Dec 4 22:49:47 CET 2006


 src/dns.c       |   56 +++++++++-----------------------------------------------
 src/utils_dns.c |   32 +++++++++++++++++++++-----------
 2 files changed, 30 insertions(+), 58 deletions(-)

New commits:
commit c4c11113bb0df99c750683d0f38b95387dca5767
Author: Florian Forster <octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>crystal.wlan.home.verplant.org>
Date:   Mon Dec 4 22:47:34 2006 +0100

    dns plugin: Remove unnecessary poll code and use the (blocking) `pcap_loop' function instead.
    
    Not only does this simplify things *a lot* on *BSD and Mac OS X, because you
    can't always call `poll' on their filedescriptors, it also simplifies the code
    a lot and thus removes potential error sources.

commit 55ffd0b2b51d27fa7192a2db57e9a6537b18362b
Author: Florian Forster <octo<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>crystal.wlan.home.verplant.org>
Date:   Mon Dec 4 21:17:49 2006 +0100

    dns plugin: Use the standard member names for `struct in6_addr' accesses.
    
    The 32bit members apparently are Linux or glibc specific, so don't use them.




More information about the collectd-changes mailing list