Merge branch 'dev' of https://github.com/smartxworks/fio
[fio.git] / t / debug.c
index c297d6159337576e4e7a9d4d0f4552d013028346..8965cfbc4547241b5a6af4b66c03339d3f943696 100644 (file)
--- a/t/debug.c
+++ b/t/debug.c
@@ -1,8 +1,8 @@
 #include <stdio.h>
 
 FILE *f_err;
-struct timeval *fio_tv = NULL;
-unsigned int fio_debug = 0;
+struct timespec *fio_ts = NULL;
+unsigned long fio_debug = 0;
 
 void __dprint(int type, const char *str, ...)
 {