cvs commit: src/sys/netipx ipx_pcb.c
Robert Watson
rwatson at FreeBSD.org
Sat Jan 8 21:10:44 PST 2005
rwatson 2005-01-09 05:10:43 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_pcb.c
Log:
Assert or acquire the IPX PCB list lock or IPX PCB locks throughout
the IPX-related PCB routines. In general, the list lock is required
to iterate the PCB list, either for read or write; the PCB lock is
required to access or modify a PCB. To change the binding of a PCB,
both locks must be held.
MFC after: 3 weeks
Revision Changes Path
1.43 +21 -1 src/sys/netipx/ipx_pcb.c
More information about the cvs-src
mailing list