summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-10-10 17:18:40 +0000
committerpdw <>2002-10-10 17:18:40 +0000
commit6ba321dd8ebccb4c6006e3ce96e54bd0deaa42a4 (patch)
tree6e09f03ce1c386336c8c82b550b4e9185b1cb97e /options.h
parent164fd7ef9f5559c72b9230e99651311eaa281a1c (diff)
downloadiftop-6ba321dd8ebccb4c6006e3ce96e54bd0deaa42a4.zip
Added pause functionality.
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 b7de6d5..b7dc81f 100644
--- a/options.h
+++ b/options.h
@@ -40,6 +40,7 @@ typedef struct {
option_port_t showports;
int aggregate_src;
int aggregate_dest;
+ int paused;
} options_t;