statsd plugin: Dont'a call common.c:parse_value().
authorFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 11:03:12 +0000 (13:03 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 11:03:12 +0000 (13:03 +0200)
parse_value() is doing a strdup() do it can remove trailing whitespace.
We don't need that for the statsd protocol, so we just call strtoull()
instead, improving performance but a couple of percent again.


No differences found