[PATCH] Always open the files from the job itself
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 9f5201b657ec219f078fde8c5a1a39354e84d88c..1115c62ea3b7555fdaf6e43368b15c6e3086099e 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -472,6 +472,7 @@ extern int init_random_state(struct thread_data *);
  */
 extern void close_files(struct thread_data *);
 extern int setup_files(struct thread_data *);
  */
 extern void close_files(struct thread_data *);
 extern int setup_files(struct thread_data *);
+extern int open_files(struct thread_data *);
 extern int file_invalidate_cache(struct thread_data *, struct fio_file *);
 
 /*
 extern int file_invalidate_cache(struct thread_data *, struct fio_file *);
 
 /*