Compile error with FIO_USE_TIMEOUT defined
authorJens Axboe <jens.axboe@oracle.com>
Thu, 15 Mar 2007 14:04:43 +0000 (15:04 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 15 Mar 2007 14:04:43 +0000 (15:04 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
io_u.c

diff --git a/io_u.c b/io_u.c
index 647751385e35c613ab821a5a2fe7d61aa7a924cd..5331f8efee4d052e0aa555f80839fd9f6e66c191 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -754,7 +754,7 @@ static void io_u_timeout_handler(int fio_unused sig)
                return;
        }
 
                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);
 
        list_for_each(entry, &td->io_u_busylist) {
                io_u = list_entry(entry, struct io_u, list);