summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorpdw <>2002-10-10 11:52:38 +0000
committerpdw <>2002-10-10 11:52:38 +0000
commitacad1ac4b5df2808981e38a9436070693982a1ed (patch)
tree244eba3d5ed5b832a1fba2cc2f80718a94ca8d1b /options.h
parentf6ad71c41ffc25cc586c84a410b7085e76e7e663 (diff)
downloadiftop-acad1ac4b5df2808981e38a9436070693982a1ed.zip
Added "S" and "D" to turn port display on/off.
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 e589b38..a78c67b 100644
--- a/options.h
+++ b/options.h
@@ -18,8 +18,8 @@ typedef enum {
typedef enum {
OPTION_PORTS_OFF,
- OPTION_PORTS_AGGSRC,
- OPTION_PORTS_AGGDEST,
+ OPTION_PORTS_SRC,
+ OPTION_PORTS_DEST,
OPTION_PORTS_ON
} option_port_t;