diff options
Diffstat (limited to 'net/tap.h')
-rw-r--r-- | net/tap.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,4 +57,7 @@ int tap_get_fd(VLANClientState *vc); struct vhost_net; struct vhost_net *tap_get_vhost_net(VLANClientState *vc); +int net_init_bridge(QemuOpts *opts, Monitor *mon, const char *name, + VLANState *vlan); + #endif /* QEMU_NET_TAP_H */ |