summaryrefslogtreecommitdiff
path: root/net/tap.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2010-03-17 13:08:38 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-04-01 13:56:43 -0500
commitb202554cf791f7182eccd70c7685827abded3907 (patch)
tree30c27dbd0c2e3baa18f320080caef2abbae0aa79 /net/tap.h
parent82b0d80ef6a37b46bac1311c31935dc130a5a703 (diff)
downloadqemu-b202554cf791f7182eccd70c7685827abded3907.tar.gz
tap: add API to retrieve vhost net header
will be used by virtio-net for vhost net support Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net/tap.h')
-rw-r--r--net/tap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tap.h b/net/tap.h
index a244b28f82..b8cec8320c 100644
--- a/net/tap.h
+++ b/net/tap.h
@@ -50,4 +50,7 @@ void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo);
int tap_get_fd(VLANClientState *vc);
+struct vhost_net;
+struct vhost_net *tap_get_vhost_net(VLANClientState *vc);
+
#endif /* QEMU_NET_TAP_H */