Added "S" and "D" to turn port display on/off.

This commit is contained in:
pdw
2002-10-10 11:52:38 +00:00
parent f6ad71c41f
commit acad1ac4b5
3 changed files with 54 additions and 16 deletions

View File

@@ -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;