aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-04-02 10:26:30 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2010-04-02 10:40:08 -0500
commit25da2f343cba4f854f19b2b52817f2e5c851ee17 (patch)
treea742c60899e41fb588c8579a998f1b5af57c9226 /net
parent9caa3ec1e9aab16428dbaecde14da6bdf4b9ce3a (diff)
Fix build on mingw32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net')
-rw-r--r--net/tap-win32.c5
1 files changed, 5 insertions, 0 deletions
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;
+}