[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.89 and 1.90

version 1.89, 2017/05/30 06:01:30 version 1.90, 2018/05/14 12:31:21
Line 108 
Line 108 
 /* these are for detailing the cpu states */  /* these are for detailing the cpu states */
 int64_t *cpu_states;  int64_t *cpu_states;
 char *cpustatenames[] = {  char *cpustatenames[] = {
         "user", "nice", "system", "interrupt", "idle", NULL          "user", "nice", "sys", "spin", "intr", "idle", NULL
 };  };
   
 /* these are for detailing the memory statistics */  /* these are for detailing the memory statistics */

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90