summaryrefslogtreecommitdiffstats
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-08-04 14:10:48 +0000
committerdes <des@FreeBSD.org>1998-08-04 14:10:48 +0000
commite8ccb4f081316fdb1146a5b00fc424fd5b6a7649 (patch)
tree7f243251c25e7624a0b4b77106b75aeda0252746 /contrib/top/machine.h
parente0fcaa07d2408a1d03d13f511c35e030b08813cc (diff)
downloadFreeBSD-src-e8ccb4f081316fdb1146a5b00fc424fd5b6a7649.zip
FreeBSD-src-e8ccb4f081316fdb1146a5b00fc424fd5b6a7649.tar.gz
Add -t option ('t' in interactive mode) to make top(1) ignore itself.
Attempts to contact the author of top(1) (William LeFebvre) have so far been unsuccessful. PR: 7253 Submitted by: Yours Truly
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 243ba27..0a9953f 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -46,6 +46,7 @@ struct system_info
struct process_select
{
int idle; /* show idle processes */
+ int self; /* show self */
int system; /* show system processes */
int uid; /* only this uid (unless uid == -1) */
char *command; /* only this command (unless == NULL) */
OpenPOWER on IntegriCloud