summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-10-10 16:22:56 +0000
committerpdw <>2002-10-10 16:22:56 +0000
commit164fd7ef9f5559c72b9230e99651311eaa281a1c (patch)
treea3239b1dc36868f17404de04a24322f6d41265e2 /options.h
parent0359367dfcf843d82baf2dc8bbd9545becc34771 (diff)
downloadiftop-164fd7ef9f5559c72b9230e99651311eaa281a1c.zip
Changed src/host aggregation behaviour to be more like port option. Now
possible to aggregate both src and dest to allow port only display.
Diffstat (limited to 'options.h')
-rw-r--r--options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.h b/options.h
index a78c67b..b7de6d5 100644
--- a/options.h
+++ b/options.h
@@ -38,7 +38,8 @@ typedef struct {
int promiscuous;
int showbars;
option_port_t showports;
- option_aggregate_t aggregate;
+ int aggregate_src;
+ int aggregate_dest;
} options_t;