summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-04-03 21:28:41 +0000
committerpdw <>2002-04-03 21:28:41 +0000
commit0bb20d36753ed1461e1181a2b179d89d0180cc93 (patch)
treeba4612374391a98b33138ee8e0ab4e2c810e46f9 /options.h
parent6f71a8ef68b9036f91a73e8cd62e75806b367e2b (diff)
downloadiftop-0bb20d36753ed1461e1181a2b179d89d0180cc93.zip
Added src/dest bandwidth aggregation.
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.h b/options.h
index 35121cf..a244b67 100644
--- a/options.h
+++ b/options.h
@@ -10,9 +10,9 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-enum {
+typedef enum {
OPTION_AGGREGATE_OFF,
- OPTION_AGGREGATE_SOURCE,
+ OPTION_AGGREGATE_SRC,
OPTION_AGGREGATE_DEST
} option_aggregate_t;