binject: setup and teardown mappings internally
[fio.git] / file.h
diff --git a/file.h b/file.h
index 63494653bb0d8d582409fb7b34f4ea25bcb353a8..ebef6452d5d82b448faee05b7ef9da0be8e7ec16 100644 (file)
--- a/file.h
+++ b/file.h
@@ -50,10 +50,8 @@ struct fio_file {
        /*
         * A file may not be a file descriptor, let the io engine decide
         */
-       union {
-               unsigned long file_data;
-               int fd;
-       };
+       unsigned long file_data;
+       int fd;
 
        /*
         * filename and possible memory mapping