From 25da2f343cba4f854f19b2b52817f2e5c851ee17 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Fri, 2 Apr 2010 10:26:30 -0500 Subject: Fix build on mingw32 Signed-off-by: Anthony Liguori --- net/tap-win32.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/tap-win32.c') diff --git a/net/tap-win32.c b/net/tap-win32.c index 545bbbd128..74348daf5a 100644 --- a/net/tap-win32.c +++ b/net/tap-win32.c @@ -736,3 +736,8 @@ void tap_set_offload(VLANClientState *vc, int csum, int tso4, int tso6, int ecn, int ufo) { } + +struct vhost_net *tap_get_vhost_net(VLANClientState *nc) +{ + return NULL; +} -- cgit v1.2.1