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

Diff for /src/usr.bin/top/machine.h between version 1.4 and 1.5

version 1.4, 2002/02/17 19:42:33 version 1.5, 2002/06/12 06:07:16
Line 25 
Line 25 
   
 struct system_info  struct system_info
 {  {
     int    last_pid;      pid_t  last_pid;
     double load_avg[NUM_AVERAGES];      double load_avg[NUM_AVERAGES];
     int    p_total;      int    p_total;
     int    p_active;     /* number of procs considered "active" */      int    p_active;     /* number of procs considered "active" */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5