aboutsummaryrefslogtreecommitdiff
path: root/net/tap-aix.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap-aix.c')
-rw-r--r--net/tap-aix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/tap-aix.c b/net/tap-aix.c
index 5ec3b2c..3f9ccdd 100644
--- a/net/tap-aix.c
+++ b/net/tap-aix.c
@@ -30,3 +30,9 @@ int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int vnet_hdr_required
fprintf(stderr, "no tap on AIX\n");
return -1;
}
+
+int tap_set_sndbuf(int fd, QemuOpts *opts)
+{
+ return 0;
+}
+