X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.h;h=981081f9a1b087cfbc6b82d25e2ffbdba5ec7b9e;hb=0123751ca55fe462e8888c8d7b8c7def14b74ab3;hp=3b8c9014566186e28d5a8fc213e7b76196140034;hpb=a94aedbc11829470cce77eb52969601d618054d6;p=fio.git diff --git a/iolog.h b/iolog.h index 3b8c9014..981081f9 100644 --- a/iolog.h +++ b/iolog.h @@ -42,6 +42,7 @@ struct io_sample { uint64_t time; union io_sample_data data; uint32_t __ddir; + uint8_t priority_bit; uint64_t bs; }; @@ -244,6 +245,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 *);