cvs commit: src/sys/netipx ipx_input.c ipx_pcb.c ipx_pcb.h
Robert Watson
rwatson at FreeBSD.org
Sat Jan 8 21:00:42 PST 2005
rwatson 2005-01-09 05:00:41 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_input.c ipx_pcb.c ipx_pcb.h
Log:
Introduce a global mutex, ipxpcb_list_mtx, to protect the global
IPX PCB lists. Add macros to initialize, destroy, lock, unlock,
and assert the mutex. Initialize the mutex when IPX is started.
Add per-IPX PCB mutexes, ipxp_mtx in struct ipxpcb, to protect
per-PCB IPX/SPX state. Add macros to initialize, destroy, lock,
unlock, and assert the mutex. Initialize the mutex when a new
PCB is allocated; destroy it when the PCB is free'd.
MFC after: 2 weeks
Revision Changes Path
1.44 +3 -0 src/sys/netipx/ipx_input.c
1.42 +2 -0 src/sys/netipx/ipx_pcb.c
1.23 +19 -1 src/sys/netipx/ipx_pcb.h
More information about the cvs-src
mailing list