Rework lockfile= file lock handling
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index c42c4e1aa2f677e0d3544c9f27099312fa3064f6..67388ae81ecd86bb18cb382efc5663c87f64b7be 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -359,6 +359,7 @@ struct thread_data {
        struct rusage ru_end;
 
        struct fio_file **files;
+       unsigned char *file_locks;
        unsigned int files_size;
        unsigned int files_index;
        unsigned int nr_open_files;