CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/03/08 13:46:02
Modified files:
sys/net : if_pfsync.c
Log message:
merge iack_mtx, upd_c_mtx, del_mtx, ins_mtx and upd_mtx mutexes into single
mutex st_mtx. This simplifies pf(4) state handling in pfsync(4). It also
makes it more reliable.
OK bluhm@
