summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-10-21 14:29:39 +0000
committerpdw <>2002-10-21 14:29:39 +0000
commita26049dbb1f8870d85693a984b6ed2358c226ffe (patch)
treeb9befe7e01fe6b1ca5aa74e2cd9365e0643014ab /options.h
parent8010c98d263b4eadb37eca5a966f38673ddcb4ef (diff)
downloadiftop-a26049dbb1f8870d85693a984b6ed2358c226ffe.zip
spec file now generated with correct version number.
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/options.h b/options.h
index 9fbd0d9..47b278e 100644
--- a/options.h
+++ b/options.h
@@ -10,11 +10,6 @@
#include <netinet/in.h>
#include <arpa/inet.h>
-typedef enum {
- OPTION_AGGREGATE_OFF,
- OPTION_AGGREGATE_SRC,
- OPTION_AGGREGATE_DEST
-} option_aggregate_t;
typedef enum {
OPTION_PORTS_OFF,
@@ -43,6 +38,7 @@ typedef struct {
int aggregate_dest;
int paused;
int showhelp;
+ int bandwidth_in_bytes;
} options_t;