X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=3df0944a30ed30cec9a54b9d4fa464506e311885;hb=a1242a20ac186dccdf8a72e37b9c331e0b4f8a5e;hp=6190977d4170fd7632a710c5417ba5661d24ded7;hpb=f2bba1820a567ac00b09916239ac8feb125cead2;p=fio.git diff --git a/ioengine.h b/ioengine.h index 6190977d..3df0944a 100644 --- a/ioengine.h +++ b/ioengine.h @@ -6,6 +6,7 @@ enum { IO_U_F_FREE = 1 << 0, IO_U_F_FLIGHT = 1 << 1, + IO_U_F_FREE_DEF = 1 << 2, }; /* @@ -112,6 +113,7 @@ enum fio_ioengine_flags { FIO_UNIDIR = 1 << 5, /* engine is uni-directional */ FIO_NOIO = 1 << 6, /* thread does only pseudo IO */ FIO_SIGQUIT = 1 << 7, /* needs SIGQUIT to exit */ + FIO_PIPEIO = 1 << 8, /* input/output no seekable */ }; /*