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

Diff for /src/usr.bin/systat/pftop.c between version 1.33 and 1.34

version 1.33, 2016/01/16 03:30:26 version 1.34, 2016/04/13 05:25:45
Line 116 
Line 116 
 int cachestates = 0;  int cachestates = 0;
   
 char *filter_string = NULL;  char *filter_string = NULL;
 int dumpfilter = 0;  
   
 #define MIN_LABEL_SIZE 5  #define MIN_LABEL_SIZE 5
 #define ANCHOR_FLD_SIZE 12  #define ANCHOR_FLD_SIZE 12
Line 680 
Line 679 
                         break;                          break;
   
                 alloc_buf(num_states_all);                  alloc_buf(num_states_all);
         }  
   
         if (dumpfilter) {  
                 int fd = open("state.dmp", O_WRONLY|O_CREAT|O_EXCL, 0);  
                 if (fd > 0) {  
                         write(fd, state_buf, ps.ps_len);  
                         close(fd);  
                 }  
         }          }
   
         num_states =  num_states_all;          num_states =  num_states_all;

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34