Changeset 9352


Ignore:
Timestamp:
03/29/08 08:54:27 (5 years ago)
Author:
eko
Message:

ttraff fix for restart service (baseline)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/rc/ttraff.c

    r9053 r9352  
    9494  unsigned long in_dev_last = 0; 
    9595  unsigned long out_dev_last = 0; 
     96  int gotbase = 0; 
    9697  unsigned long gigcounti, gigcounto; 
    9798  int gigi = 0; 
     
    140141    } 
    141142     
     143   if (gotbase == 0) 
     144   { 
     145         in_dev_last = in_dev; 
     146         out_dev_last = out_dev; 
     147         gotbase = 1; 
     148   }         
     149     
    142150   if (in_dev_last > in_dev)  //4GB limit was reached 
    143151   { 
Note: See TracChangeset for help on using the changeset viewer.