]> git.proxmox.com Git - qemu.git/blame - slirp/debug.c
slirp: Drop statistic code
[qemu.git] / slirp / debug.c
CommitLineData
f0cbd3ec
FB
1/*
2 * Copyright (c) 1995 Danny Gasparovski.
3 * Portions copyright (c) 2000 Kelly Price.
5fafdf24
TS
4 *
5 * Please read the file COPYRIGHT for the
f0cbd3ec
FB
6 * terms and conditions of the copyright.
7 */
8
9#include <slirp.h>
10
11FILE *dfd = NULL;
f0cbd3ec 12int slirp_debug = 0;