[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.24 and 1.25

version 1.24, 2014/04/18 11:36:06 version 1.25, 2014/04/26 11:27:23
Line 1588 
Line 1588 
         int inserts;          int inserts;
         num_disp = num_queues = 0;          num_disp = num_queues = 0;
   
         while ((node = TAILQ_FIRST(&qnodes)) != NULL) {  
                 TAILQ_REMOVE(&qnodes, node, entries);  
                 free(node);  
         }  
         if (pfctl_update_qstats() < 0)          if (pfctl_update_qstats() < 0)
                 return (-1);                  return (-1);
         num_disp = num_queues;          num_disp = num_queues;
   
         return(0);          return(0);
 }  }
   

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