io_uring: io_uring_setup(2) takes a 'nr_iovecs' field now
[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 }