summaryrefslogtreecommitdiff
path: root/usr.bin/top/machine.h
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2018-06-02 15:52:18 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2018-06-02 15:52:18 +0000
commit51b29cb7b3fb7f21c844d707fd6e3ebe86e8d347 (patch)
tree099632d4b5275f5a188604f385d516e4a35784a3 /usr.bin/top/machine.h
parent972913032199ca192e650ff4c0979d802e840020 (diff)
downloadsrc-test2-51b29cb7b3fb7f21c844d707fd6e3ebe86e8d347.tar.gz
src-test2-51b29cb7b3fb7f21c844d707fd6e3ebe86e8d347.zip
Notes
Diffstat (limited to 'usr.bin/top/machine.h')
-rw-r--r--usr.bin/top/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/top/machine.h b/usr.bin/top/machine.h
index 20d6e0faec16..26c467b6efef 100644
--- a/usr.bin/top/machine.h
+++ b/usr.bin/top/machine.h
@@ -69,6 +69,7 @@ struct process_select
int jail; /* show jail ID */
int swap; /* show swap usage */
int kidle; /* show per-CPU idle threads */
+ pid_t pid; /* only this pid (unless pid == -1) */
char *command; /* only this command (unless == NULL) */
};