mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Revert "User networking: Show active connections"
This reverts commit 1c6ed9f337
.
It's redundant to slirp statistics, which are going to be split up /
reworked later on.
Conflicts:
monitor.c
net.c
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
b35725c544
commit
e15f4a992c
4 changed files with 1 additions and 74 deletions
|
@ -18,10 +18,6 @@ void slirp_input(const uint8_t *pkt, int pkt_len);
|
|||
int slirp_can_output(void);
|
||||
void slirp_output(const uint8_t *pkt, int pkt_len);
|
||||
|
||||
void slirp_redir_loop(void (*func)(void *opaque, int is_udp,
|
||||
struct in_addr *laddr, u_int lport,
|
||||
struct in_addr *faddr, u_int fport),
|
||||
void *opaque);
|
||||
int slirp_redir_rm(int is_udp, int host_port);
|
||||
int slirp_redir(int is_udp, int host_port,
|
||||
struct in_addr guest_addr, int guest_port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue