Fix "fio: file hash not empty on exit" with blktrace replay
[fio.git] / file.h
diff --git a/file.h b/file.h
index 1d6624e5a24cc8d937ec1929670035f03b331721..51df839e8c0eaa1ca1262dc3b219f9c9471a2a71 100644 (file)
--- a/file.h
+++ b/file.h
@@ -72,6 +72,7 @@ struct fio_file {
         */
        char *file_name;
        unsigned int major, minor;
+       int fileno;
 
        void *mmap_ptr;
        size_t mmap_sz;