X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=963cf034c260a333f60eca33a365e280c400330f;hb=1c3fa6c92afe0b63d4ded96502393994a1085dbd;hp=ed631bc70ab0c490c98d3e5432b6eebc109139dc;hpb=67202d0d5bf8c689cd17d302a7284ba1bb85162d;p=fio.git diff --git a/fio.h b/fio.h index ed631bc7..963cf034 100644 --- a/fio.h +++ b/fio.h @@ -640,14 +640,6 @@ extern void free_threads_shm(void); */ extern void reset_all_stats(struct thread_data *); -/* - * blktrace support - */ -#ifdef FIO_HAVE_BLKTRACE -extern int is_blktrace(const char *, int *); -extern int load_blktrace(struct thread_data *, const char *, int); -#endif - extern int io_queue_event(struct thread_data *td, struct io_u *io_u, int *ret, enum fio_ddir ddir, uint64_t *bytes_issued, int from_verify, struct timeval *comp_time);