From 3306a8a299e3b5170060a4f3551d52d929086ff2 Mon Sep 17 00:00:00 2001 From: rafan Date: Tue, 17 Apr 2007 03:12:39 +0000 Subject: - 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 --- contrib/top/machine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/top/machine.h') 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) */ }; -- cgit v1.1