]> git.proxmox.com Git - qemu.git/blobdiff - net/tap.h
tap: add interface to get device fd
[qemu.git] / net / tap.h
index 538a5627206ba34dc244035442023835893342ab..a244b28f822afbf0dfa652d9bdce9ef4ebeb9935 100644 (file)
--- a/net/tap.h
+++ b/net/tap.h
@@ -48,4 +48,6 @@ int tap_probe_vnet_hdr(int fd);
 int tap_probe_has_ufo(int fd);
 void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo);
 
+int tap_get_fd(VLANClientState *vc);
+
 #endif /* QEMU_NET_TAP_H */