Merge branch 'dev' of https://github.com/smartxworks/fio
[fio.git] / t / debug.c
CommitLineData
9077ee4a
JA
1#include <stdio.h>
2
3FILE *f_err;
8b6a404c 4struct timespec *fio_ts = NULL;
56d50ff3 5unsigned long fio_debug = 0;
9077ee4a
JA
6
7void __dprint(int type, const char *str, ...)
8{
9}
10
11void debug_init(void)
12{
13 f_err = stderr;
14}