diff options
Diffstat (limited to 'net/tap.h')
-rw-r--r-- | net/tap.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |