[PATCH] Catch processes/threads that unexpectedly exited
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 8415dae8fcf184b5b7df6c7dfc25324242920ce4..67cc06529cd8fcab52375b3969bfdc4084ed0584 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -196,7 +196,7 @@ struct fio_file {
         */
        union {
                unsigned long file_data;
-               long fd;
+               int fd;
        };
        char *file_name;
        void *mmap;