Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
fio
/
refs/heads/sg-updates
/
.
/
t
/
debug.c
blob: bf6f460578fd858984205d3463452f0b9c91e28b [
file
] [
log
] [
blame
]
#include
<stdio.h>
FILE
*
f_err
;
struct
timeval
*
fio_tv
=
NULL
;
unsigned
long
fio_debug
=
0
;
void
__dprint
(
int
type
,
const
char
*
str
,
...)
{
}
void
debug_init
(
void
)
{
f_err
=
stderr
;
}