[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'master'
    Florian Forster 
    octo at verplant.org
       
    Fri Oct  5 10:23:25 CEST 2012
    
    
  
 src/ntpd.c |  213 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 115 insertions(+), 98 deletions(-)
New commits:
commit 859b1bd5fe320d1c71de5893746107d28b91a8e1
Author: Florian Forster <octo at collectd.org>
Date:   Fri Oct 5 10:21:17 2012 +0200
    ntpd plugin: Refactor the peer name generation.
    
    Break it out of the main read-loop and put it into two functions: One for the
    reference clocks and one for network hosts. The reference clock code will call
    the network host code when the clock name is not available in the internal list
    of reference clock names. This eliminates the (thread-unsafe) usage of
    inet_ntoa(3).
    
    
More information about the collectd-changes
mailing list