prepare for moving struct pf_state from pfvar.h to pfvar_priv.h
authordlg <dlg@openbsd.org>
Fri, 11 Nov 2022 10:51:46 +0000 (10:51 +0000)
committerdlg <dlg@openbsd.org>
Fri, 11 Nov 2022 10:51:46 +0000 (10:51 +0000)
commit33e5454301467440d9fc40eab70324b583a53ddb
tree5128459a7f57a71d32af78bf9513f2f845730ee0
parent82be159317b7a7a475f6a1a79d21ce520f5aa7ef
prepare for moving struct pf_state from pfvar.h to pfvar_priv.h

pflow obviously looks at the kernel pf state structure to do it's
thing, so it will need the header that provides it. i'm committing
this chunk separately to the actual pf_state move to keep the commits
small and simple.

ok sashan@
sys/net/if_pflow.c