Add --readonly option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index fe314bfde1eebd1e18ed6178103ce33ec9ff5f3d..5177795c32c7b05d852c79e154411e7e281a6db8 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -175,11 +175,6 @@ struct io_u {
         * Callback for io completion
         */
        int (*end_io)(struct thread_data *, struct io_u *);
-
-       /*
-        * Called when io_u is about to be freed
-        */
-       void (*unmap)(struct thread_data *, struct io_u *);
 };
 
 /*
@@ -375,6 +370,7 @@ struct thread_stat {
        unsigned long usr_time;
        unsigned long sys_time;
        unsigned long ctx;
+       unsigned long minf, majf;
 
        /*
         * IO depth and latency stats