Add FIO_SIGQUIT engine option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6dbc4cd59c31a4cdf8c54e4e9c7d9110deaf32a5..9c9002454054e3aa37cbb7bc5da7ef8e0e8e0f2a 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -263,6 +263,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_SIGQUIT     = 1 << 7,       /* needs SIGQUIT to exit */
 };
 
 enum fio_file_flags {