X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=6f027ca8d4ca1facc58618a0ad65545df6f12edd;hp=eb5fdf3605b4b8895714d58ba079c0c3079d8cfb;hb=155f2f027b34321f6f5abe79c09ece8ecca25046;hpb=f6496ba7d984b42602d2066837547eeb05b480f0 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 *);