X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.c;h=961c9171f72f21654f17cc84f7ef07c8683b7991;hp=0d4d26a599ab6c493af2efdd9096e087c8963d2b;hb=52618a2a3565950a412739354be222f23e4fcdc5;hpb=7718121b8b06439f30f78cfb36b5a8d78dcb077f diff --git a/iolog.c b/iolog.c index 0d4d26a5..961c9171 100644 --- a/iolog.c +++ b/iolog.c @@ -1194,6 +1194,15 @@ int iolog_flush(struct io_log *log, int wait) return 1; } +int iolog_compress_init(struct thread_data *td) +{ + return 0; +} + +void iolog_compress_exit(struct thread_data *td) +{ +} + #endif static int write_iops_log(struct thread_data *td, int try)