[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.11 and 1.12

version 1.11, 2004/06/13 18:49:02 version 1.12, 2004/10/07 06:26:12
Line 73 
Line 73 
         int             idle;   /* show idle processes */          int             idle;   /* show idle processes */
         int             system; /* show system processes */          int             system; /* show system processes */
         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) */
         char           *command;/* only this command (unless == NULL) */          char           *command;/* only this command (unless == NULL) */
 };  };
   
Line 88 
Line 89 
                  int (*) (const void *, const void *));                   int (*) (const void *, const void *));
 extern char    *format_next_process(caddr_t, char *(*)(uid_t));  extern char    *format_next_process(caddr_t, char *(*)(uid_t));
 extern uid_t    proc_owner(pid_t);  extern uid_t    proc_owner(pid_t);
   
   extern struct kinfo_proc2       *getprocs(int, int, int *);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12