K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-03-10T14:30:31.000000Z K 7 svn:log V 456 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) END