Code

Renamed the new RRD files: Move the files in a subdirectory when a new major version...
authorocto <octo>
Wed, 26 Apr 2006 08:44:00 +0000 (08:44 +0000)
committerocto <octo>
Wed, 26 Apr 2006 08:44:00 +0000 (08:44 +0000)
src/traffic.c

index 5bf9a502d417ab058d214271045292bd66b454c8..7bbc48141c630d2e3ded96bc13b5478c45104298 100644 (file)
 
 #define BUFSIZE 512
 
+/* TODO: Move this to `interface-%s/<blah>.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[] =
 {