CVSROOT: /cvs Module name: src Changes by: [email protected] 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.
