From e8ccb4f081316fdb1146a5b00fc424fd5b6a7649 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 4 Aug 1998 14:10:48 +0000 Subject: 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 --- 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 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) */ -- cgit v1.1