Set slirp client hostname.
[qemu] / slirp / slirp.c
index 404cce8..28b8c88 100644 (file)
@@ -25,6 +25,8 @@ struct ex_list *exec_list;
 /* XXX: suppress those select globals */
 fd_set *global_readfds, *global_writefds, *global_xfds;
 
+const char slirp_hostname[33];
+
 #ifdef _WIN32
 
 static int get_dns_addr(struct in_addr *pdns_addr)