summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-04-01 19:46:20 +0000
committerpdw <>2002-04-01 19:46:20 +0000
commitbb3619b3fc867d9d33909aa34cd09d109534da59 (patch)
tree01610c9001bddca596465762871e85e70b9e954a /options.h
parenta248b6046eb5855fd5b0c9f2ea2a774ab2d7b612 (diff)
downloadiftop-bb3619b3fc867d9d33909aa34cd09d109534da59.zip
Fixed dependency handling.
Added cumulative totals. Added option to turn bars on/off.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index c70cccf..372b07a 100644
--- a/options.h
+++ b/options.h
@@ -23,6 +23,7 @@ typedef struct {
struct in_addr netfiltermask;
int dnsresolution;
int promiscuous;
+ int showbars;
} options_t;