[BACK]Return to cache.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/cache.h between version 1.4 and 1.5

version 1.4, 2011/11/29 10:19:15 version 1.5, 2016/01/16 03:30:26
Line 30 
Line 30 
         double              peak;          double              peak;
         double              rate;          double              rate;
         time_t              t;          time_t              t;
         u_int32_t           bytes;          u_int64_t           bytes;
 };  };
   
 int cache_init(int);  int cache_init(int);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5