summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-10-25 09:59:02 +0000
committerpdw <>2002-10-25 09:59:02 +0000
commit36700cef9252382d139a96bfda9a9e0f8e1b5ef1 (patch)
tree44e7df222d8823b73d7f18eb2b0b4936931d132d /options.h
parent5624d5f6866ea35ceac1a4d6447c9571cd40bcc2 (diff)
downloadiftop-36700cef9252382d139a96bfda9a9e0f8e1b5ef1.zip
Added regexp based screen filtering.
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index b52911f..31934d2 100644
--- a/options.h
+++ b/options.h
@@ -49,6 +49,8 @@ typedef struct {
int bandwidth_in_bytes;
option_sort_t sort;
+ char* screenfilter;
+
} options_t;
#endif /* __OPTIONS_H_ */