X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=2a9eef45c7acf2a3532fd1c776df4a2c2e2772be;hb=0e36bece778f8ccab5954f311a755a4849e6a381;hp=c050570938e4decf90ad2823e019a2386acfa4be;hpb=7a4e480d8875a31bee6f2a39c87c25e276cec616;p=fio.git diff --git a/fio.h b/fio.h index c0505709..2a9eef45 100644 --- a/fio.h +++ b/fio.h @@ -139,6 +139,7 @@ enum { FIO_RAND_ZONE_OFF, FIO_RAND_POISSON2_OFF, FIO_RAND_POISSON3_OFF, + FIO_RAND_PRIO_CMDS, FIO_RAND_NR_OFFS, }; @@ -258,6 +259,7 @@ struct thread_data { struct frand_state buf_state_prev; struct frand_state dedupe_state; struct frand_state zone_state; + struct frand_state prio_state; struct zone_split_index **zone_state_index;