Better handling of file creation vs existing files
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 51734641d3c59dd83e960a95ee84a94e53e42b30..5098ff8f615d42104f298f04867366a72256a159 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -222,6 +222,7 @@ enum fio_file_flags {
        FIO_FILE_OPEN           = 1 << 0,       /* file is open */
        FIO_FILE_UNLINK         = 1 << 1,       /* unlink on close */
        FIO_FILE_CLOSING        = 1 << 2,       /* file being closed */
+       FIO_FILE_EXISTS         = 1 << 3,       /* no need to create */
 };
 
 /*