summaryrefslogtreecommitdiffstats
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-04-17 03:12:39 +0000
committerrafan <rafan@FreeBSD.org>2007-04-17 03:12:39 +0000
commit3306a8a299e3b5170060a4f3551d52d929086ff2 (patch)
tree4e535601ecfa94915c8c4ffddd1c949ea023e3c7 /contrib/top/machine.h
parentee0894c663d96e1c56d3709ca4bcc97931f9c57c (diff)
downloadFreeBSD-src-3306a8a299e3b5170060a4f3551d52d929086ff2.zip
FreeBSD-src-3306a8a299e3b5170060a4f3551d52d929086ff2.tar.gz
- 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
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 17e48cd..822c9d6 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) */
};
OpenPOWER on IntegriCloud