summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-27 23:39:33 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-11 10:10:29 -0400
commit84007e81814bd1b523eb36b027ef8a84d7f00206 (patch)
tree8d0168d8d25f3d0adbf4efd23e28a6734d50633a /include/net
parentc68a0409b388c30c7f4ee8be44081c143f280279 (diff)
downloadhqemu-84007e81814bd1b523eb36b027ef8a84d7f00206.zip
hqemu-84007e81814bd1b523eb36b027ef8a84d7f00206.tar.gz
net: Export valid host network devices list
Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/net.h b/include/net/net.h
index 8166345..8b189da 100644
--- a/include/net/net.h
+++ b/include/net/net.h
@@ -177,6 +177,7 @@ struct NICInfo {
extern int nb_nics;
extern NICInfo nd_table[MAX_NICS];
extern int default_net;
+extern const char *host_net_devices[];
/* from net.c */
extern const char *legacy_tftp_prefix;
OpenPOWER on IntegriCloud