[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.13 and 1.14

version 1.13, 2005/06/08 22:36:43 version 1.14, 2005/12/04 23:10:06
Line 72 
Line 72 
 struct process_select {  struct process_select {
         int             idle;   /* show idle processes */          int             idle;   /* show idle processes */
         int             system; /* show system processes */          int             system; /* show system processes */
           int             threads;        /* show threads */
         uid_t           uid;    /* only this uid (unless uid == -1) */          uid_t           uid;    /* only this uid (unless uid == -1) */
         pid_t           pid;    /* only this pid (unless pid == -1) */          pid_t           pid;    /* only this pid (unless pid == -1) */
         char           *command;/* only this command (unless == NULL) */          char           *command;/* only this command (unless == NULL) */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14