summaryrefslogtreecommitdiff
path: root/net/tap-aix.c
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2012-07-17 16:17:19 +0200
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2012-07-23 11:55:18 +0100
commit08c573a8d14893518df412c68541aae5b7091982 (patch)
treeeaf5cf5a59f740f9929781c7bf2a2dcf79aaf06f /net/tap-aix.c
parent4a917c39aed9ad7f648c435204a6586c4ca3f2f2 (diff)
downloadqemu-08c573a8d14893518df412c68541aae5b7091982.tar.gz
convert net_init_tap() to NetClientOptions
Signed-off-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'net/tap-aix.c')
-rw-r--r--net/tap-aix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tap-aix.c b/net/tap-aix.c
index e19aaba110..f27c17729e 100644
--- a/net/tap-aix.c
+++ b/net/tap-aix.c
@@ -31,7 +31,7 @@ int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int vnet_hdr_required
return -1;
}
-int tap_set_sndbuf(int fd, QemuOpts *opts)
+int tap_set_sndbuf(int fd, const NetdevTapOptions *tap)
{
return 0;
}