Documentation update
[fio.git] / file.h
diff --git a/file.h b/file.h
index 2abe3ba4db9c3a3b04312aa6c9f6d4514547e4c0..30293fc9ddc34e4515a56cc8f5ab0091eb254030 100644 (file)
--- a/file.h
+++ b/file.h
@@ -74,6 +74,9 @@ struct fio_file {
 
        unsigned long long last_pos;
 
+       unsigned long long first_write;
+       unsigned long long last_write;
+
        /*
         * For use by the io engine
         */