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

Diff for /src/usr.bin/systat/mbufs.c between version 1.28 and 1.29

version 1.28, 2010/08/01 05:30:13 version 1.29, 2010/09/23 10:49:55
Line 349 
Line 349 
 #if NOTYET  #if NOTYET
         print_fld_uint(FLD_MB_RXDELAY, ifi->data.ifi_rxdelay);          print_fld_uint(FLD_MB_RXDELAY, ifi->data.ifi_rxdelay);
         print_fld_uint(FLD_MB_TXDELAY, ifi->data.ifi_txdelay);          print_fld_uint(FLD_MB_TXDELAY, ifi->data.ifi_txdelay);
 #endif  
         if (ifi->data.ifi_livelocks)          if (ifi->data.ifi_livelocks)
                 print_fld_size(FLD_MB_LLOCKS, ifi->data.ifi_livelocks);                  print_fld_size(FLD_MB_LLOCKS, ifi->data.ifi_livelocks);
   #endif
   
         if (p >= 0 && p < mclpool_count) {          if (p >= 0 && p < mclpool_count) {
                 struct mclpool *mp = &ifi->data.ifi_mclpool[p];                  struct mclpool *mp = &ifi->data.ifi_mclpool[p];

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29