summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_mn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r--sys/pci/if_mn.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 5382bd2..0e0bb4a 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -283,7 +283,7 @@ ngmn_shutdown(node_p nodep)
}
static int
-ngmn_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr, struct ng_mesg **resp)
+ngmn_rcvmsg(node_p node, struct ng_mesg *msg, const char *retaddr, struct ng_mesg **resp, hook_p lasthook)
{
struct softc *sc;
struct schan *sch;
@@ -497,7 +497,8 @@ mn_fmt_ts(char *p, u_int32_t ts)
*/
static int
-ngmn_rcvdata(hook_p hook, struct mbuf *m, meta_p meta)
+ngmn_rcvdata(hook_p hook, struct mbuf *m, meta_p meta,
+ struct mbuf **ret_m, meta_p *ret_meta)
{
struct mbuf *m2;
struct trxd *dp, *dp2;
OpenPOWER on IntegriCloud