summary refs log tree commit diff stats
path: root/include/net/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tap.h')
-rw-r--r--include/net/tap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tap.h b/include/net/tap.h
index a994f20447..c3eb85a74e 100644
--- a/include/net/tap.h
+++ b/include/net/tap.h
@@ -37,6 +37,7 @@ void tap_set_offload(NetClientState *nc, int csum, int tso4, int tso6, int ecn,
 void tap_set_vnet_hdr_len(NetClientState *nc, int len);
 int tap_enable(NetClientState *nc);
 int tap_disable(NetClientState *nc);
+int tap_get_ifname(NetClientState *nc, char *ifname);
 
 int tap_get_fd(NetClientState *nc);