- Instead of overriding the meaning of the embedded mbuf header's mh_nextpkt,
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 20 Oct 2007 09:08:28 +0000 (09:08 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 20 Oct 2007 09:08:28 +0000 (09:08 +0000)
commitad1440cd439205ba4702cd7b90aa4f7506c51e52
tree5b3a0c4e2ef81c3f8fdad800df7efc1057970ec8
parent55302dcf76dc73494d7d38a0d2875491050fca73
- Instead of overriding the meaning of the embedded mbuf header's mh_nextpkt,
  add 'dn_next' field in dn_pkt, which is used to link dn_pkt into various
  packet queues; this reduces dependency on the embedded mbuf header
- Nuke DN_NEXT and DN_NEXT_NC, use dn_pkt.dn_next directly
- Nuke white space before ';'
sys/net/dummynet/ip_dummynet.c
sys/net/dummynet/ip_dummynet.h