]> git.proxmox.com Git - qemu.git/blobdiff - net/tap-win32.c
Fix build on mingw32
[qemu.git] / net / tap-win32.c
index 545bbbd128e83970f91de6a51205bc22ca41e893..74348daf5a6438f689117b2c352ae0e4e4c2aed0 100644 (file)
@@ -736,3 +736,8 @@ void tap_set_offload(VLANClientState *vc, int csum, int tso4,
                      int tso6, int ecn, int ufo)
 {
 }
+
+struct vhost_net *tap_get_vhost_net(VLANClientState *nc)
+{
+    return NULL;
+}