Turn f->engine_data into a 64-bit value
[fio.git] / file.h
diff --git a/file.h b/file.h
index 95ecefe7d4f5ec1abece4a862f8784caad4fe781..eb0688c554c6b48b3cc72881897271a5fa1873be 100644 (file)
--- a/file.h
+++ b/file.h
@@ -97,7 +97,7 @@ struct fio_file {
        /*
         * For use by the io engine
         */
-       uintptr_t engine_data;
+       uint64_t engine_data;
 
        /*
         * if io is protected by a semaphore, this is set