CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/26 15:07:22
Modified files: sys/net : if_pflog.c pf.c pf_ioctl.c pf_lb.c pf_norm.c pf_osfp.c pf_table.c pfvar.h Added files: sys/net : pfvar_priv.h Log message: Put union pf_headers and struct pf_pdesc into separate header file pfvar_priv.h. The pf_headers had to be defined in multiple .c files before. In pfvar.h it would have unknown storage size, this file is included in too many places. The idea is to have a private pf header that is only included in the pf part of the kernel. For now it contains pf_pdesc and pf_headers, it may be extended later. discussion, input and OK henning@ procter@ sashan@