Fixup and improve per-thread data
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index 6f027ca8d4ca1facc58618a0ad65545df6f12edd..b99329a47d5d6be07f8a2f2e29b75d83cfe0ae88 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -184,7 +184,7 @@ extern void trim_io_piece(struct thread_data *, const struct io_u *);
 extern void queue_io_piece(struct thread_data *, struct io_piece *);
 extern void prune_io_piece_log(struct thread_data *);
 extern void write_iolog_close(struct thread_data *);
-extern int iolog_compress_init(struct thread_data *);
+extern int iolog_compress_init(struct thread_data *, struct sk_out *);
 extern void iolog_compress_exit(struct thread_data *);
 
 #ifdef CONFIG_ZLIB