Merge branch 'openbsd_swap' of https://github.com/bsdkurt/fio
[fio.git] / file.h
diff --git a/file.h b/file.h
index 446a1fbeb967cf614547b40272c1cec1d4e19058..ae0e6fc8996d02f8ca2e5a76629a3dd3cf94b00d 100644 (file)
--- a/file.h
+++ b/file.h
@@ -67,6 +67,7 @@ enum fio_fallocate_mode {
        FIO_FALLOCATE_POSIX     = 2,
        FIO_FALLOCATE_KEEP_SIZE = 3,
        FIO_FALLOCATE_NATIVE    = 4,
+       FIO_FALLOCATE_TRUNCATE  = 5,
 };
 
 /*
@@ -89,7 +90,6 @@ struct fio_file {
         */
        unsigned int major, minor;
        int fileno;
-       unsigned long long bs;
        char *file_name;
 
        /*