mirror of
https://github.com/qemu/qemu.git
synced 2025-07-30 07:52:04 +00:00

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>
13 lines
239 B
C
13 lines
239 B
C
/*
|
|
* Copyright (c) 1995 Danny Gasparovski.
|
|
* Portions copyright (c) 2000 Kelly Price.
|
|
*
|
|
* Please read the file COPYRIGHT for the
|
|
* terms and conditions of the copyright.
|
|
*/
|
|
|
|
#include <slirp.h>
|
|
|
|
FILE *dfd = NULL;
|
|
int slirp_debug = 0;
|