[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Feb 6 20:21:49 CET 2013
src/plugin.c | 106 +++++++++++++++++++++++-----------------------------------
1 file changed, 41 insertions(+), 65 deletions(-)
New commits:
commit e277e04ede1dc46861e0d71e204c881cec79af48
Author: Florian Forster <octo at collectd.org>
Date: Wed Feb 6 20:21:06 2013 +0100
src/plugin.c: Use cdtime_t to calculate the sleep intervals.
Since it's easier to do calculations with cdtime_t than struct timespec,
the code becomes easier to read and maintain.
More information about the collectd-changes
mailing list