[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.2 and 1.3

version 1.2, 2008/07/16 10:23:39 version 1.3, 2011/11/29 10:17:52
Line 25 
Line 25 
 struct sc_ent {  struct sc_ent {
         RB_ENTRY(sc_ent)    tlink;          RB_ENTRY(sc_ent)    tlink;
         TAILQ_ENTRY(sc_ent) qlink;          TAILQ_ENTRY(sc_ent) qlink;
         u_int32_t           id[2];          u_int64_t           id;
           u_int32_t           creatorid;
         double              peak;          double              peak;
         double              rate;          double              rate;
         time_t              t;          time_t              t;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3