mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Remove the NIC from vlan on usb destroy.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4885 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6c9f886cea
commit
dcf414d638
3 changed files with 16 additions and 1 deletions
1
net.h
1
net.h
|
@ -28,6 +28,7 @@ VLANClientState *qemu_new_vlan_client(VLANState *vlan,
|
|||
IOReadHandler *fd_read,
|
||||
IOCanRWHandler *fd_can_read,
|
||||
void *opaque);
|
||||
void qemu_del_vlan_client(VLANClientState *vc);
|
||||
int qemu_can_send_packet(VLANClientState *vc);
|
||||
void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
|
||||
void qemu_handler_true(void *opaque);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue