X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=17be908f6ef405a79a14627511e5bfbb50768d85;hp=3b8c9014566186e28d5a8fc213e7b76196140034;hb=01bf5128d0581e267383f280c6a1dcd26517240f;hpb=a871240086ca6bdc52f79d7459ed283c5a359299 diff --git a/iolog.h b/iolog.h index 3b8c9014..17be908f 100644 --- a/iolog.h +++ b/iolog.h @@ -244,6 +244,7 @@ extern void write_iolog_close(struct thread_data *); extern int iolog_compress_init(struct thread_data *, struct sk_out *); extern void iolog_compress_exit(struct thread_data *); extern size_t log_chunk_sizes(struct io_log *); +extern int init_io_u_buffers(struct thread_data *); #ifdef CONFIG_ZLIB extern int iolog_file_inflate(const char *);