CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2010/11/28 22:31:38
Modified files: sys/net : if_pfsync.c if_pfsync.h Log message: get rid of struct pfsync_pkt. it was used to store data on the stack to pass to all the submessage handlers, but only the flags part of it was ever used. just pass the flags directly instead.