diff options
Diffstat (limited to 'net/hub.h')
-rw-r--r-- | net/hub.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ #include "qemu-common.h" -NetClientState *net_hub_add_port(int hub_id, const char *name); +NetClientState *net_hub_add_port(int hub_id, const char *name, + NetClientState *hubpeer); NetClientState *net_hub_find_client_by_name(int hub_id, const char *name); void net_hub_info(Monitor *mon); void net_hub_check_clients(void); |