X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=d765ac6e2ebda32595940375ee8767a39322d65f;hp=8ad311efa3a9971526ac55952f2999d490c6de45;hb=4e0ba8af8f0bfe0f194122661c8a659c2ac748e6;hpb=ef899b6393c43abd655ad2cbc22de18b88a101f8;ds=sidebyside diff --git a/fio.h b/fio.h index 8ad311ef..d765ac6e 100644 --- a/fio.h +++ b/fio.h @@ -233,6 +233,12 @@ struct thread_data { struct timeval rwmix_switch; int rwmix_ddir; + /* + * Pre-run and post-run shell + */ + char *exec_prerun; + char *exec_postrun; + struct list_head io_hist_list; struct list_head io_log_list; };