Start the process of making options more gfio friendly
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 393f381d249cdcdd542f9fe57da373511af6204b..0aa24a5a7db3626aad690ea48785e26841cfc81b 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -110,7 +110,6 @@ struct thread_data {
        unsigned int last_was_sync;
        enum fio_ddir last_ddir;
 
-       char *mmapfile;
        int mmapfd;
 
        void *iolog_buf;
@@ -445,6 +444,7 @@ extern int __must_check fio_pin_memory(void);
 extern void fio_unpin_memory(void);
 extern int __must_check allocate_io_mem(struct thread_data *);
 extern void free_io_mem(struct thread_data *);
+extern void free_threads_shm(void);
 
 /*
  * Reset stats after ramp time completes