OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: David Gwynne (dlgcvs.openbsd.org)
Date: Sun Mar 01 2009 - 06:02:39 CST


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2009/03/01 05:02:39

Modified files:
        sys/net : if_pfsync.c

Log message:
rework serialisation of messages slightly.
- pass a void *, rather than an mbuf and an offset into m_data, the callers
can do the math for it.
- we need to store the size of the messages these functions will serialise
into, so dont get the funcs to return it, just add it on in the caller.