First snapshot of FIO for Windows
[fio.git] / ioengine.h
index a0c7e2bc3e40f893d690435af6d3a5a39f2d9bbe..48a042bdcb6dc81c64fb9da5ed75c8ce203e69fc 100644 (file)
@@ -125,7 +125,7 @@ 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_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 */
        FIO_PIPEIO      = 1 << 8,       /* input/output no seekable */
        FIO_BARRIER     = 1 << 9,       /* engine supports barriers */
        FIO_MEMALIGN    = 1 << 10,      /* engine wants aligned memory */