Make smalloc use anonymous memory mmaps
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6ad186f0e6a87cc4ff5ec20dda35c598df0aaf8c..16866ddff95737805abc5610be8e471bc805ca39 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -248,7 +248,7 @@ struct thread_options {
        unsigned int file_service_type;
        unsigned int group_reporting;
        unsigned int fadvise_hint;
-       unsigned int fallocate;
+       enum fio_fallocate_mode fallocate_mode;
        unsigned int zero_buffers;
        unsigned int refill_buffers;
        unsigned int time_based;