[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Nov 7 19:52:37 CET 2008
src/utils_rrdcreate.c | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
New commits:
commit 60a77a6f3855f181e723aa3f4f645ea480ddd359
Author: Florian Forster <octo at huhu.verplant.org>
Date: Fri Nov 7 19:49:52 2008 +0100
src/utils_rrdcreate.c: srrd_create: Copy the `filename' argument.
Some versions of librrd, for example the one in Debian Etch, don't have the
`const' qualifier for the first (filename) argument for `rrd_create_r'. So
we'll copy the argument first. This sucks big time, but is the only reasonable
way to get around this.
More information about the collectd-changes
mailing list