aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_debug.h
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2009-02-13 18:09:38 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2009-02-13 18:09:38 +0000
commit7594a54823562f445c707d76ccaeb6434f1f9f94 (patch)
treeb823dee4dc5a93d4139557b69eb8a0d7b4c3bd77 /sys/netinet/tcp_debug.h
parentba27fba3422e1793e3556e8641600dac1649035f (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_debug.h')
-rw-r--r--sys/netinet/tcp_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h
index 8547d0e7b7a3..c4d38da9eff0 100644
--- a/sys/netinet/tcp_debug.h
+++ b/sys/netinet/tcp_debug.h
@@ -34,7 +34,7 @@
#define _NETINET_TCP_DEBUG_H_
struct tcp_debug {
- n_time td_time;
+ uint32_t td_time; /* network format */
short td_act;
short td_ostate;
caddr_t td_tcb;