From 08c573a8d14893518df412c68541aae5b7091982 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Tue, 17 Jul 2012 16:17:19 +0200 Subject: convert net_init_tap() to NetClientOptions Signed-off-by: Laszlo Ersek Signed-off-by: Stefan Hajnoczi --- net/tap-bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/tap-bsd.c') diff --git a/net/tap-bsd.c b/net/tap-bsd.c index 937a94b11f..a3b717dd1c 100644 --- a/net/tap-bsd.c +++ b/net/tap-bsd.c @@ -117,7 +117,7 @@ int tap_open(char *ifname, int ifname_size, int *vnet_hdr, int vnet_hdr_required return fd; } -int tap_set_sndbuf(int fd, QemuOpts *opts) +int tap_set_sndbuf(int fd, const NetdevTapOptions *tap) { return 0; } -- cgit v1.2.3