X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=a39863095ad3f8264e055b40c448031c9507cc9c;hp=7d66b7c42fb6e4c0d455165d0ebf56467a7b7e0b;hb=2f0b54419a6ab039c677e41008391b8c53ae2e6b;hpb=a7194b2d3d427e7e5678c55a128639df9caf4a48 diff --git a/iolog.h b/iolog.h index 7d66b7c4..a3986309 100644 --- a/iolog.h +++ b/iolog.h @@ -254,6 +254,7 @@ extern void trim_io_piece(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 *); +int64_t iolog_items_to_fetch(struct thread_data *td); 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 *);