CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/18 21:35:34
Modified files:
sys/net : pfvar.h pfvar_priv.h
Log message:
move pf_state_item and pf_state_key structs from pfvar.h to pfvar_priv.h.
both of these are kernel private data structures and do not need
to be visible to userland. moving them to pfvar_priv.h makes this
explicit, and makes it leass scary to tweak them in the future.
ok deraadt@ kn@ sashan@
