]> git.proxmox.com Git - qemu.git/blobdiff - net/tap-haiku.c
tap: add Linux multiqueue support
[qemu.git] / net / tap-haiku.c
index 08cc034cee3d86566dbd50de06e5f07e1a5a6ab2..664d40fb4dc87c2a1b2d1bbe700be8a98cdd52bc 100644 (file)
@@ -59,3 +59,14 @@ void tap_fd_set_offload(int fd, int csum, int tso4,
                         int tso6, int ecn, int ufo)
 {
 }
+
+int tap_fd_enable(int fd)
+{
+    return -1;
+}
+
+int tap_fd_disable(int fd)
+{
+    return -1;
+}
+