X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=48a042bdcb6dc81c64fb9da5ed75c8ce203e69fc;hp=7a3c08fd7891c48d600c333342d5ad6c5ec65892;hb=03e20d687566753b90383571e5e152c5142bdffd;hpb=1ef2b6be973eded12827990ae1a9eb28b7b20be7 diff --git a/ioengine.h b/ioengine.h index 7a3c08fd..48a042bd 100644 --- a/ioengine.h +++ b/ioengine.h @@ -125,9 +125,10 @@ enum fio_ioengine_flags { FIO_NODISKUTIL = 1 << 4, /* diskutil can't handle filename */ 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_SIGTERM = 1 << 7, /* needs SIGTERM 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 */ }; /*