X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Fdebug.c;h=8965cfbc4547241b5a6af4b66c03339d3f943696;hb=47534cda051d15767f175967b91ef56771adb0e0;hp=c297d6159337576e4e7a9d4d0f4552d013028346;hpb=9077ee4ae85d3a4519f99372b884ec7d9fd3e781;p=fio.git diff --git a/t/debug.c b/t/debug.c index c297d615..8965cfbc 100644 --- a/t/debug.c +++ b/t/debug.c @@ -1,8 +1,8 @@ #include 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, ...) {