X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=17be908f6ef405a79a14627511e5bfbb50768d85;hp=a4e335ab125a566eaaccd05f42439f2822216466;hb=1ef098712b688f81d014b2975fda5a278e582ca6;hpb=94a78d52c83ab998d0b4614e472338ab959bb224 diff --git a/iolog.h b/iolog.h index a4e335ab..17be908f 100644 --- a/iolog.h +++ b/iolog.h @@ -42,7 +42,7 @@ struct io_sample { uint64_t time; union io_sample_data data; uint32_t __ddir; - uint32_t bs; + uint64_t bs; }; struct io_sample_offset { @@ -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 *);