From 34b8912e116623529809be8653034c3308a8e28b Mon Sep 17 00:00:00 2001 From: octo Date: Wed, 26 Apr 2006 08:44:00 +0000 Subject: [PATCH] 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.. --- src/traffic.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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[] = { -- 2.30.2