summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-11 02:01:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-01-11 02:01:37 +0000
commit54ec4ac803b4008b00c68e4bd4a4fc1ec3f5e097 (patch)
treec20c66c2ad89268a8deb2019ddd5ee306d652421 /sys/netinet/tcp_debug.h
parent2f10b00f0ab323af0befe8b6887b503520414090 (diff)
netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetz
Diffstat (limited to 'sys/netinet/tcp_debug.h')
-rw-r--r--sys/netinet/tcp_debug.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h
index be53b602410..0504f95df92 100644
--- a/sys/netinet/tcp_debug.h
+++ b/sys/netinet/tcp_debug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_debug.h,v 1.3 1997/08/26 20:02:31 deraadt Exp $ */
+/* $OpenBSD: tcp_debug.h,v 1.4 1999/01/11 02:01:35 deraadt Exp $ */
/* $NetBSD: tcp_debug.h,v 1.5 1994/06/29 06:38:38 cgd Exp $ */
/*
@@ -36,12 +36,15 @@
* @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93
*/
+#include <netinet6/tcpipv6.h>
+
struct tcp_debug {
n_time td_time;
short td_act;
short td_ostate;
caddr_t td_tcb;
struct tcpiphdr td_ti;
+ struct tcpipv6hdr td_ti6;
short td_req;
struct tcpcb td_cb;
};