X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Fdebug.c;h=8965cfbc4547241b5a6af4b66c03339d3f943696;hb=21ba66069c2f9273e17adf59e2be014da81372f7;hp=bf6f460578fd858984205d3463452f0b9c91e28b;hpb=56d50ff3fccfd841921c799f6958ca1e33483959;p=fio.git diff --git a/t/debug.c b/t/debug.c index bf6f4605..8965cfbc 100644 --- a/t/debug.c +++ b/t/debug.c @@ -1,7 +1,7 @@ #include FILE *f_err; -struct timeval *fio_tv = NULL; +struct timespec *fio_ts = NULL; unsigned long fio_debug = 0; void __dprint(int type, const char *str, ...)