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

Florian Forster octo at verplant.org
Tue Jul 13 13:58:43 CEST 2010


 src/curl_json.c |   92 +++++++++++++++++++++++++++----------------------------
 1 files changed, 45 insertions(+), 47 deletions(-)

New commits:
commit b16fd65efea0f4073c967f9c93237585fcc7b88c
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Jul 13 13:58:34 2010 +0200

    curl_json plugin: Use the "number" callback of libyajl.
    
    The "integer" callback only works with "long"s, which are 32bit on
    x86 and other 32bit architectures. The "number" callback gets the raw
    string for us to parse ourselves – honoring the data source type in the
    process.
    
    The "integer" and "double" callbacks have been removed, since they are not
    used if the "number" callback is present.




More information about the collectd-changes mailing list