mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Fix signature of new_vlan_client
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
0ce0e8f498
commit
a7f085c6e0
1 changed files with 2 additions and 1 deletions
3
net.h
3
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue