提交 a7f085c6 编写于 作者: A Anthony Liguori

Fix signature of new_vlan_client

Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 0ce0e8f4
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册