Fix verify state for multiple files
[fio.git] / t / debug.c
1 #include <stdio.h>
2
3 FILE *f_err;
4 struct timeval *fio_tv = NULL;
5 unsigned long fio_debug = 0;
6
7 void __dprint(int type, const char *str, ...)
8 {
9 }
10
11 void debug_init(void)
12 {
13         f_err = stderr;
14 }