aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Bulyzhin <oleg@FreeBSD.org>2008-10-28 14:14:57 +0000
committerOleg Bulyzhin <oleg@FreeBSD.org>2008-10-28 14:14:57 +0000
commit02d09f79015a15c21a46aa79d8ed99c5e6fbcac0 (patch)
tree0f33f8203ebc8080e89e2d4731731897f4595fc7
parent15bc6b2bd8d8c56ad74e57675dde8501bc7f53e1 (diff)
downloadsrc-02d09f79015a15c21a46aa79d8ed99c5e6fbcac0.tar.gz
src-02d09f79015a15c21a46aa79d8ed99c5e6fbcac0.zip
Notes
-rw-r--r--UPDATING3
-rw-r--r--sys/netinet/ip_dummynet.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 2cd1052c471c..f3498f60c6bb 100644
--- a/UPDATING
+++ b/UPDATING
@@ -22,6 +22,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
+20081028:
+ dummynet(4) ABI has changed. ipfw(8) needs to be recompiled.
+
20081009:
The uhci, ohci, ehci and slhci USB Host controller drivers have
been put into separate modules. If you load the usb module
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index ea4cb33e519d..0a37e6cd2d38 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -216,7 +216,7 @@ struct dn_flow_queue {
int avg ; /* average queue length est. (scaled) */
int count ; /* arrivals since last RED drop */
int random ; /* random value (scaled) */
- u_int32_t q_time ; /* start of queue idle time */
+ dn_key q_time; /* start of queue idle time */
/* WF2Q+ support */
struct dn_flow_set *fs ; /* parent flow set */