From: octo Date: Wed, 26 Apr 2006 08:44:00 +0000 (+0000) Subject: Renamed the new RRD files: Move the files in a subdirectory when a new major version... X-Git-Tag: svn-trunk~42 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=34b8912e116623529809be8653034c3308a8e28b;p=collectd.git Renamed the new RRD files: Move the files in a subdirectory when a new major version is about to be released. For now, don't do it to be more consistent.. --- diff --git a/src/traffic.c b/src/traffic.c index 5bf9a502..7bbc4814 100644 --- a/src/traffic.c +++ b/src/traffic.c @@ -55,9 +55,10 @@ #define BUFSIZE 512 +/* TODO: Move this to `interface-%s/.rrd' in version 4. */ static char *bytes_file = "traffic-%s.rrd"; -static char *packets_file = "interface-%s/packets.rrd"; -static char *errors_file = "interface-%s/errors.rrd"; +static char *packets_file = "if_packets-%s.rrd"; +static char *errors_file = "if_errors-%s.rrd"; static char *bytes_ds_def[] = {