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

Diff for /src/usr.bin/systat/systat.h between version 1.23 and 1.24

version 1.23, 2019/03/04 21:27:35 version 1.24, 2021/01/18 00:49:09
Line 112 
Line 112 
         u_int64_t       ifc_co;                 /* collisions */          u_int64_t       ifc_co;                 /* collisions */
         int             ifc_flags;              /* up / down */          int             ifc_flags;              /* up / down */
         int             ifc_state;              /* link state */          int             ifc_state;              /* link state */
 } sum;  };
   extern struct ifcount sum;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24