Fixed dependency handling.

Added cumulative totals.
Added option to turn bars on/off.
This commit is contained in:
pdw
2002-04-01 19:46:20 +00:00
parent a248b6046e
commit bb3619b3fc
6 changed files with 73 additions and 59 deletions

View File

@@ -23,6 +23,7 @@ typedef struct {
struct in_addr netfiltermask;
int dnsresolution;
int promiscuous;
int showbars;
} options_t;