[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.16 and 1.17

version 1.16, 2011/04/10 03:20:59 version 1.17, 2012/06/05 18:52:53
Line 74 
Line 74 
         int             system; /* show system processes */          int             system; /* show system processes */
         int             threads;        /* show threads */          int             threads;        /* show threads */
         uid_t           uid;    /* only this uid (unless uid == -1) */          uid_t           uid;    /* only this uid (unless uid == -1) */
           uid_t           huid;   /* hide this uid (unless huid == -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.16  
changed lines
  Added in v.1.17