engines:io_uring: update arguments to fetch nvme data
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index c5453d131b28d4c571973fe26a1433516b2cc6d7..a54f57c93e3e0f40e076d19b230f4933e6782dab 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -144,6 +144,7 @@ enum {
        FIO_RAND_POISSON3_OFF,
        FIO_RAND_PRIO_CMDS,
        FIO_RAND_DEDUPE_WORKING_SET_IX,
+       FIO_RAND_FDP_OFF,
        FIO_RAND_NR_OFFS,
 };
 
@@ -262,6 +263,7 @@ struct thread_data {
        struct frand_state verify_state_last_do_io;
        struct frand_state trim_state;
        struct frand_state delay_state;
+       struct frand_state fdp_state;
 
        struct frand_state buf_state;
        struct frand_state buf_state_prev;