aboutsummaryrefslogtreecommitdiff
path: root/net/hub.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-12-05 11:41:09 +0100
committerDr. David Alan Gilbert <dgilbert@redhat.com>2020-03-09 18:44:04 +0000
commitb4983c570c7a5848c9df519cd9e056bea3177fe2 (patch)
treedfe3d5bd7e225addb1f61df55e8c24c3e8ca94d1 /net/hub.h
parent89802d5ae72817fdbaeab6d0b5b3af4765f75d4d (diff)
net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'
It's been deprecated since QEMU v3.1.0. Time to finally remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20191205104109.18680-1-thuth@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reworked Thomas's deprecated.texi to the rst
Diffstat (limited to 'net/hub.h')
-rw-r--r--net/hub.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/hub.h b/net/hub.h
index 66d3322fac..ce45f7b399 100644
--- a/net/hub.h
+++ b/net/hub.h
@@ -15,10 +15,8 @@
#ifndef NET_HUB_H
#define NET_HUB_H
-
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);
bool net_hub_flush(NetClientState *nc);