CVSROOT:        /cvs
Module name:    src
Changes by:     sas...@cvs.openbsd.org  2022/11/10 07:22:43

Modified files:
        sys/net        : pf.c pfvar.h 

Log message:
Add a mutex to pf_state structure. Mutex retain a consistency
of structure members without using a global state lock.
The first member which uses protection by mutex is key[] array.
more will follow.

OK dlg@

Reply via email to