Merge branch 'dev' of https://github.com/smartxworks/fio
[fio.git] / t / debug.c
1 #include <stdio.h>
2
3 FILE *f_err;
4 struct timespec *fio_ts = 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 }