Fix build on mingw32

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2010-04-02 10:26:30 -05:00
parent 9caa3ec1e9
commit 25da2f343c
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}