From: Jens Axboe Date: Wed, 4 Mar 2009 14:28:31 +0000 (+0100) Subject: Missing fio.h update X-Git-Tag: fio-1.25~18 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=dd87b2c94a30c3309574962cc7cb4bce68a73ceb;ds=sidebyside Missing fio.h update Signed-off-by: Jens Axboe --- 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;