X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=6f027ca8d4ca1facc58618a0ad65545df6f12edd;hp=eb5fdf3605b4b8895714d58ba079c0c3079d8cfb;hb=095196b1e76b1722c37beeeba7df7b2a615688a0;hpb=cf8f852afc9d667362348f33410e7fc04190f6de diff --git a/iolog.h b/iolog.h index eb5fdf36..6f027ca8 100644 --- a/iolog.h +++ b/iolog.h @@ -184,6 +184,8 @@ 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 void iolog_compress_exit(struct thread_data *); #ifdef CONFIG_ZLIB extern int iolog_file_inflate(const char *);