diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-13 12:45:57 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-13 12:45:57 +0000 |
| commit | c5294719c32ec5c931043eb23acea96e6a1057de (patch) | |
| tree | 82c451c31a31c4d821ca6348595300d7b8decbb8 /sys/netinet/tcp_debug.c | |
| parent | 65a59d4b3faea3e83189aedc4a0e509b4f76387b (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.c')
| -rw-r--r-- | sys/netinet/tcp_debug.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index b749368cb6e0..a54beb208d33 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93 - * $Id: tcp_debug.c,v 1.5 1995/11/14 20:34:24 phk Exp $ + * $Id: tcp_debug.c,v 1.6 1996/03/11 15:13:26 davidg Exp $ */ #ifdef TCPDEBUG @@ -70,6 +70,10 @@ #ifdef TCPDEBUG static int tcpconsdebug = 0; #endif + +static struct tcp_debug tcp_debug[TCP_NDEBUG]; +static int tcp_debx; + /* * Tcp debug routines */ |
