From a7f085c6e0ea62842483b74e1ee40c0a66029997 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Thu, 22 Oct 2009 15:27:24 -0500 Subject: Fix signature of new_vlan_client Signed-off-by: Anthony Liguori --- net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net.h') diff --git a/net.h b/net.h index b3c0ce2..8d46d84 100644 --- a/net.h +++ b/net.h @@ -73,7 +73,8 @@ struct VLANState { VLANState *qemu_find_vlan(int id, int allocate); VLANClientState *qemu_find_netdev(const char *id); -VLANClientState *qemu_new_vlan_client(VLANState *vlan, +VLANClientState *qemu_new_vlan_client(net_client_type type,, + VLANState *vlan, VLANClientState *peer, const char *model, const char *name, -- cgit v1.1