Per-command priority: Priority logging and libaio/io_uring cmdprio_percentage
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index c050570938e4decf90ad2823e019a2386acfa4be..2a9eef45c7acf2a3532fd1c776df4a2c2e2772be 100644 (file)
--- 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;