Skip to content
Snippets Groups Projects
Commit aee0bf7d authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Blue Swirl
Browse files

tap-win32: stubs to fix win32 build


Add missing stubs to win32 to fix link failure.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Reported-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent f71d6121
No related branches found
No related tags found
No related merge requests found
......@@ -752,3 +752,13 @@ struct vhost_net *tap_get_vhost_net(NetClientState *nc)
{
return NULL;
}
int tap_has_vnet_hdr_len(NetClientState *nc, int len)
{
return 0;
}
void tap_set_vnet_hdr_len(NetClientState *nc, int len)
{
assert(0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment