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

Diff for /src/usr.bin/top/machine.c between version 1.111 and 1.112

version 1.111, 2022/02/22 17:35:01 version 1.112, 2022/09/10 16:58:51
Line 306 
Line 306 
         si->cpustates = cpu_states;          si->cpustates = cpu_states;
         si->cpuonline = cpu_online;          si->cpuonline = cpu_online;
         si->memory = memory_stats;          si->memory = memory_stats;
         si->last_pid = -1;  
 }  }
   
 static struct handle handle;  static struct handle handle;

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112