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