X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=ioengine.h;h=a0c7e2bc3e40f893d690435af6d3a5a39f2d9bbe;hb=cda99fa0fcca41fc0d54ecaa2fd600162a8de5d3;hp=7a3c08fd7891c48d600c333342d5ad6c5ec65892;hpb=1ef2b6be973eded12827990ae1a9eb28b7b20be7;p=fio.git diff --git a/ioengine.h b/ioengine.h index 7a3c08fd..a0c7e2bc 100644 --- a/ioengine.h +++ b/ioengine.h @@ -128,6 +128,7 @@ enum fio_ioengine_flags { FIO_SIGQUIT = 1 << 7, /* needs SIGQUIT to exit */ FIO_PIPEIO = 1 << 8, /* input/output no seekable */ FIO_BARRIER = 1 << 9, /* engine supports barriers */ + FIO_MEMALIGN = 1 << 10, /* engine wants aligned memory */ }; /*