=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/machine.h,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/top/machine.h 2020/06/25 20:38:41 1.29 --- src/usr.bin/top/machine.h 2020/08/23 21:11:55 1.30 *************** *** 1,4 **** ! /* $OpenBSD: machine.h,v 1.29 2020/06/25 20:38:41 kn Exp $ */ /* * Top users/processes display for Unix --- 1,4 ---- ! /* $OpenBSD: machine.h,v 1.30 2020/08/23 21:11:55 kn Exp $ */ /* * Top users/processes display for Unix *************** *** 77,82 **** --- 77,84 ---- 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) */ + int rtableid; /* only this rtable (unless rtableid == -1) */ + int hrtableid; /* hide this rtable (unless hrtableid == -1) */ char *command;/* only this command (unless == NULL) */ };