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

Diff for /src/usr.bin/systat/engine.h between version 1.10 and 1.11

version 1.10, 2019/01/17 05:56:29 version 1.11, 2019/03/04 21:23:48
Line 53 
Line 53 
   
   
 typedef struct {  typedef struct {
         char *title;          const char *title;
         int norm_width;          int norm_width;
         int max_width;          int max_width;
         int increment;          int increment;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11