aboutsummaryrefslogtreecommitdiff
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-04-17 03:12:39 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-04-17 03:12:39 +0000
commit6000ced11b58bf7e841ad7569dff3a40b675b888 (patch)
tree4e535601ecfa94915c8c4ffddd1c949ea023e3c7 /contrib/top/machine.h
parentb653ca76bcff22d62df8b7b791e3630e7fe17aae (diff)
downloadsrc-6000ced11b58bf7e841ad7569dff3a40b675b888.tar.gz
src-6000ced11b58bf7e841ad7569dff3a40b675b888.zip
- Add a new 'j' switch and runtime option to toggle display jail id for
each process. - While I'm here, keep help message sorted by keys PR: 98489, 98975 Submitted by: clsung Approved by: delphij (mentor) MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=168799
Diffstat (limited to 'contrib/top/machine.h')
-rw-r--r--contrib/top/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/machine.h b/contrib/top/machine.h
index 17e48cd8181b..822c9d616aa8 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -62,6 +62,7 @@ struct process_select
int thread; /* show threads */
int uid; /* only this uid (unless uid == -1) */
int wcpu; /* show weighted cpu */
+ int jail; /* show jail id */
char *command; /* only this command (unless == NULL) */
};