X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=e997fbe52f3c6ae900a5909f8c1bd44452f4b26d;hb=aea47d444b02bd7c622f82bb73151fd7136a499f;hp=37dabae1ec0af62c7718332706b0a9041336ae94;hpb=4785f99523f5c69635eb4bd826f25cd2e264cda7;p=fio.git diff --git a/fio.h b/fio.h index 37dabae1..e997fbe5 100644 --- a/fio.h +++ b/fio.h @@ -38,6 +38,7 @@ struct io_piece { struct list_head list; unsigned long long offset; unsigned int len; + int ddir; }; /* @@ -148,6 +149,9 @@ struct thread_data { unsigned int iodepth; os_cpu_mask_t cpumask; unsigned int jobnum; + unsigned int iolog; + + char iolog_file[256]; struct drand48_data bsrange_state; struct drand48_data verify_state; @@ -218,6 +222,7 @@ struct thread_data { unsigned int override_sync; struct list_head io_hist_list; + struct list_head io_log_list; }; #define td_verror(td, err) \