diff options
Diffstat (limited to 'net/tap-solaris.c')
-rw-r--r-- | net/tap-solaris.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tap-solaris.c b/net/tap-solaris.c index de5855aa0..3f48e5732 100644 --- a/net/tap-solaris.c +++ b/net/tap-solaris.c @@ -188,3 +188,8 @@ int tap_set_sndbuf(int fd, QemuOpts *opts) { return 0; } + +int tap_probe_vnet_hdr(int fd) +{ + return 0; +} |