X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_u.h;h=55b4d08312b2d3fff93f341ff194f22a426d09e6;hb=afb34fb175d1a2de35120807feb6f5af403c581a;hp=206e24fee09ec955a05220203576a6e9c03220d3;hpb=738694ae75722aee2aa3952257af62aee7957770;p=fio.git diff --git a/io_u.h b/io_u.h index 206e24fe..55b4d083 100644 --- a/io_u.h +++ b/io_u.h @@ -21,6 +21,7 @@ enum { IO_U_F_TRIMMED = 1 << 5, IO_U_F_BARRIER = 1 << 6, IO_U_F_VER_LIST = 1 << 7, + IO_U_F_PATTERN_DONE = 1 << 8, }; /* @@ -117,6 +118,9 @@ struct io_u { */ int (*end_io)(struct thread_data *, struct io_u **); + uint32_t dtype; + uint32_t dspec; + union { #ifdef CONFIG_LIBAIO struct iocb iocb;