diff options
Diffstat (limited to 'net/tap-aix.c')
-rw-r--r-- | net/tap-aix.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tap-aix.c b/net/tap-aix.c index 3f9ccddda7..27143ff36b 100644 --- a/net/tap-aix.c +++ b/net/tap-aix.c @@ -36,3 +36,7 @@ int tap_set_sndbuf(int fd, QemuOpts *opts) return 0; } +int tap_probe_vnet_hdr(int fd) +{ + return 0; +} |