mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
convert net_init_tap() to NetClientOptions
Signed-off-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
4a917c39ae
commit
08c573a8d1
8 changed files with 71 additions and 70 deletions
|
@ -117,7 +117,7 @@ int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int vnet_hdr_required
|
|||
return fd;
|
||||
}
|
||||
|
||||
int tap_set_sndbuf(int fd, QemuOpts *opts)
|
||||
int tap_set_sndbuf(int fd, const NetdevTapOptions *tap)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue