From 9f09204064f7df627361e0dfc1f0e86f106de8e9 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Thu, 22 Oct 2009 15:29:03 -0500 Subject: [PATCH] really fix net.h Signed-off-by: Anthony Liguori --- net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.h b/net.h index 8d46d846..639be5ef 100644 --- a/net.h +++ b/net.h @@ -73,7 +73,7 @@ struct VLANState { VLANState *qemu_find_vlan(int id, int allocate); VLANClientState *qemu_find_netdev(const char *id); -VLANClientState *qemu_new_vlan_client(net_client_type type,, +VLANClientState *qemu_new_vlan_client(net_client_type type, VLANState *vlan, VLANClientState *peer, const char *model, -- 2.11.4.GIT