Changeset 9017
- Timestamp:
- 02/11/08 15:16:03 (5 years ago)
- File:
-
- 1 edited
-
src/router/rc/ttraff.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/ttraff.c
r9015 r9017 118 118 static char wanface[32]; 119 119 char line[256]; 120 unsigned long trin = 0;121 unsigned long trout = 0;122 120 unsigned long in_dev = 0; 123 121 unsigned long out_dev = 0; … … 135 133 136 134 /* now we can loop and collect data */ 135 136 syslog (LOG_DEBUG, "ttraff: data collection started\n"); 137 137 138 138 do … … 212 212 commited = 1; 213 213 needcommit = 0; 214 syslog (LOG_DEBUG, "ttraff: data for %s-%s-%s commited to nvram\n", year, month, day); 214 215 } 215 216
Note: See TracChangeset
for help on using the changeset viewer.
