From 70783b9c9be31e98421f17327a1127021abae672 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 22 Oct 2009 17:43:42 +0100 Subject: net: add receive_raw parameter to qemu_new_vlan_client() Trivial patch to allow supplying a receive_raw function. A future cleanup should combine this function pointer parameters into a table. Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net.h') diff --git a/net.h b/net.h index 489266ba79..e0adc69660 100644 --- a/net.h +++ b/net.h @@ -79,6 +79,7 @@ VLANClientState *qemu_new_vlan_client(VLANState *vlan, const char *name, NetCanReceive *can_receive, NetReceive *receive, + NetReceive *receive_raw, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque); -- cgit v1.2.1