mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00:00
tap: Convert tap_set_sndbuf() to Error
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1431691143-1015-8-git-send-email-armbru@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
a8a21be985
commit
80b832c300
@@ -176,9 +176,8 @@ error:
|
||||
}
|
||||
#endif /* __FreeBSD__ */
|
||||
|
||||
int tap_set_sndbuf(int fd, const NetdevTapOptions *tap)
|
||||
void tap_set_sndbuf(int fd, const NetdevTapOptions *tap, Error **errp)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int tap_probe_vnet_hdr(int fd)
|
||||
|
||||
Reference in New Issue
Block a user