flow: add ability for weight-based flow control on multiple jobs
[fio.git] / t / debug.c
index 8965cfbc4547241b5a6af4b66c03339d3f943696..0c913368262a709c3e13ed51c049d5284659c0c5 100644 (file)
--- a/t/debug.c
+++ b/t/debug.c
@@ -1,7 +1,7 @@
 #include <stdio.h>
 
 FILE *f_err;
-struct timespec *fio_ts = NULL;
+void *fio_ts;
 unsigned long fio_debug = 0;
 
 void __dprint(int type, const char *str, ...)