[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.2'
    Florian Forster 
    octo at verplant.org
       
    Thu Feb 28 15:17:40 CET 2008
    
    
  
 src/common.c  |   77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/common.h  |   10 +++++++
 src/network.c |    4 ++-
 3 files changed, 90 insertions(+), 1 deletion(-)
New commits:
commit 4438c61e3f0656b50867753312a011ba737cc649
Author: Florian Forster <octo at noris.net>
Date:   Thu Feb 28 15:15:53 2008 +0100
    src/common.[ch]: Implemented `htond' and `ntohd' and applied it to the network plugin.
    
    The functions convert doubles to the x86 representation or from the x86
    representation to the representation used on the host. On x86 systems, this is
    a NOP.
    
    
More information about the collectd-changes
mailing list