Date: Thu, 8 Jun 2006 23:32:42 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netipx ipx_pcb.h spx_usrreq.c Message-ID: <200606082332.k58NWgXu086789@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-06-08 23:32:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netipx ipx_pcb.h spx_usrreq.c Log: Merge ipx_pcb.h:1.26, spx_usrreq.c:1.78 from HEAD to RELENG_6: Add a new ipxpcb flag, IPXP_SPX, which is set on ipxpcb's to mark them as belonging to SPX. This replaces the implicit assumption that the cb pointer for non-SPX pcb's will be NULL. This isn't required in TCP/IP as different pcb lists are maintained for different IP protocols; IPX stores all pcbs on the same global ipxpcb_list. Foot provided by: gnn Revision Changes Path 1.23.2.3 +1 -0 src/sys/netipx/ipx_pcb.h 1.62.2.14 +14 -9 src/sys/netipx/spx_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606082332.k58NWgXu086789>