mirror of https://github.com/xemu-project/xemu.git
really fix net.h
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
a7f085c6e0
commit
9f09204064
2
net.h
2
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,
|
||||
|
|
Loading…
Reference in New Issue