From 15506d09caa78df3e36a6bab05cdf12092f2d507 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 15 Mar 2007 15:04:43 +0100 Subject: [PATCH] Compile error with FIO_USE_TIMEOUT defined Signed-off-by: Jens Axboe --- io_u.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_u.c b/io_u.c index 64775138..5331f8ef 100644 --- a/io_u.c +++ b/io_u.c @@ -754,7 +754,7 @@ static void io_u_timeout_handler(int fio_unused sig) return; } - log_err("fio: io_u timeout: job=%s, pid=%d\n", td->name, td->pid); + log_err("fio: io_u timeout: job=%s, pid=%d\n", td->o.name, td->pid); list_for_each(entry, &td->io_u_busylist) { io_u = list_entry(entry, struct io_u, list); -- 2.25.1