cvs commit: src/sys/netipx ipx_pcb.c
Robert Watson
rwatson at FreeBSD.org
Thu Mar 10 06:30:31 PST 2005
rwatson 2005-03-10 14:30:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netipx ipx_pcb.c
Log:
Merge ipx_pcb.c:1.43 from HEAD to RELENG_5:
date: 2005/01/09 05:10:43; author: rwatson; state: Exp; lines: +21 -1
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.
Approved by: re (kensmith)
Revision Changes Path
1.28.2.14 +21 -1 src/sys/netipx/ipx_pcb.c
More information about the cvs-src
mailing list