rwatson     2006-03-26 15:41:44 UTC

  FreeBSD src repository

  Modified files:
    sys/netipx           ipx_pcb.h spx_usrreq.c 
  Log:
  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
  MFC after:              1 month
  
  Revision  Changes    Path
  1.26      +1 -0      src/sys/netipx/ipx_pcb.h
  1.78      +14 -9     src/sys/netipx/spx_usrreq.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to