aboutsummaryrefslogtreecommitdiff
path: root/net/hub.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/hub.h')
-rw-r--r--net/hub.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hub.h b/net/hub.h
index a625effe00..6a16f0487a 100644
--- a/net/hub.h
+++ b/net/hub.h
@@ -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);