Added pause functionality.

This commit is contained in:
pdw
2002-10-10 17:18:40 +00:00
parent 164fd7ef9f
commit 6ba321dd8e
5 changed files with 14 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ typedef struct {
option_port_t showports;
int aggregate_src;
int aggregate_dest;
int paused;
} options_t;