summaryrefslogtreecommitdiffstats
path: root/net/tap.h
diff options
context:
space:
mode:
authorMark McLoughlin2009-10-22 18:49:14 +0200
committerAnthony Liguori2009-10-30 14:39:28 +0100
commitdc69004c7d89afb6ede02ca9379075c062c0c091 (patch)
tree3a365fe328d765619951dbf732b43f39d7226262 /net/tap.h
parentnet: move tap_set_sndbuf() to tap-linux.c (diff)
downloadqemu-dc69004c7d89afb6ede02ca9379075c062c0c091.tar.gz
qemu-dc69004c7d89afb6ede02ca9379075c062c0c091.tar.xz
qemu-dc69004c7d89afb6ede02ca9379075c062c0c091.zip
net: move tap_probe_vnet_hdr() to tap-linux.c
Only Linux has support for IFF_VNET_HDR Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net/tap.h')
-rw-r--r--net/tap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tap.h b/net/tap.h
index 0d67c249cf..de729a79db 100644
--- a/net/tap.h
+++ b/net/tap.h
@@ -44,5 +44,6 @@ void tap_using_vnet_hdr(VLANClientState *vc, int using_vnet_hdr);
void tap_set_offload(VLANClientState *vc, int csum, int tso4, int tso6, int ecn, int ufo);
int tap_set_sndbuf(int fd, QemuOpts *opts);
+int tap_probe_vnet_hdr(int fd);
#endif /* QEMU_NET_TAP_H */