From: Anthony Liguori Date: Thu, 22 Oct 2009 20:27:24 +0000 (-0500) Subject: Fix signature of new_vlan_client X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~9894 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7f085c6e0ea62842483b74e1ee40c0a66029997;p=sdk%2Femulator%2Fqemu.git Fix signature of new_vlan_client Signed-off-by: Anthony Liguori --- 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,