From dd87b2c94a30c3309574962cc7cb4bce68a73ceb Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 4 Mar 2009 15:28:31 +0100 Subject: [PATCH] Missing fio.h update Signed-off-by: Jens Axboe --- fio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/fio.h b/fio.h index dd09ceec..22fecd9e 100644 --- a/fio.h +++ b/fio.h @@ -543,6 +543,7 @@ struct thread_data { int groupid; struct thread_stat ts; struct fio_file **files; + unsigned int files_size; unsigned int files_index; unsigned int nr_open_files; unsigned int nr_done_files; -- 2.25.1