summary refs log tree commit diff stats
path: root/net/tap-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap-stub.c')
-rw-r--r--net/tap-stub.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tap-stub.c b/net/tap-stub.c
index ac8dfc03b4..4b24f61e3a 100644
--- a/net/tap-stub.c
+++ b/net/tap-stub.c
@@ -47,6 +47,11 @@ int tap_probe_has_ufo(int fd)
     return 0;
 }
 
+int tap_probe_has_uso(int fd)
+{
+    return 0;
+}
+
 int tap_probe_vnet_hdr_len(int fd, int len)
 {
     return 0;