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 | 9f349498af2194915f37f99b67f709ff27458dd2 (patch) | |
tree | 16eabc212e4cdc675b04deba1634a64978834c8d /slirp/misc.c | |
parent | 0fe6a7f28455cd003b2668e77d5bd1e1cf15309e (diff) |
slirp: Cleanup and basic reanimation of debug code
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'slirp/misc.c')
-rw-r--r-- | slirp/misc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slirp/misc.c b/slirp/misc.c index 958711298e..ae6f211490 100644 --- a/slirp/misc.c +++ b/slirp/misc.c @@ -10,6 +10,10 @@ #include "monitor.h" +#ifdef DEBUG +int slirp_debug = DBG_CALL|DBG_MISC|DBG_ERROR; +#endif + u_int curtime, time_fasttimo, last_slowtimo; /* |