diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2009-06-24 14:42:29 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-06-29 08:52:46 -0500 |
commit | 0fe6a7f28455cd003b2668e77d5bd1e1cf15309e (patch) | |
tree | 450145c474ae8fed5ff03859e3ab2611afbc4dc6 /slirp/libslirp.h | |
parent | 0d62c4cfe21752df4c1d6e2c2398f15d5eaa794a (diff) |
slirp: Drop statistic code
As agreed on the mailing list, there is no interest in keeping the
usually disabled slirp statistics in the tree. So this patch removes
them.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/libslirp.h')
-rw-r--r-- | slirp/libslirp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/libslirp.h b/slirp/libslirp.h index c48837c0eb..8117187f94 100644 --- a/slirp/libslirp.h +++ b/slirp/libslirp.h @@ -26,7 +26,6 @@ int slirp_remove_hostfwd(int is_udp, struct in_addr host_addr, int host_port); int slirp_add_exec(int do_pty, const void *args, struct in_addr guest_addr, int guest_port); -void slirp_stats(void); void slirp_connection_info(Monitor *mon); void slirp_socket_recv(struct in_addr guest_addr, int guest_port, |