X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=76a114f288c4434c7ceccc4d01d84870115d5f8b;hp=d765ac6e2ebda32595940375ee8767a39322d65f;hb=da86774e5a002acf2c8d779b805305bc193fc0a5;hpb=4e0ba8af8f0bfe0f194122661c8a659c2ac748e6 diff --git a/fio.h b/fio.h index d765ac6e..76a114f2 100644 --- a/fio.h +++ b/fio.h @@ -161,6 +161,10 @@ struct thread_data { void *iolog_buf; FILE *iolog_f; + char *sysfs_root; + + char *ioscheduler; + struct drand48_data bsrange_state; struct drand48_data verify_state;