diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-04-02 10:26:30 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-04-02 10:40:08 -0500 |
commit | 25da2f343cba4f854f19b2b52817f2e5c851ee17 (patch) | |
tree | a742c60899e41fb588c8579a998f1b5af57c9226 /net | |
parent | 9caa3ec1e9aab16428dbaecde14da6bdf4b9ce3a (diff) |
Fix build on mingw32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/tap-win32.c | 5 |
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; +} |