Move {is,load}_blktrace() to a new header blktrace.h
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index ed631bc70ab0c490c98d3e5432b6eebc109139dc..963cf034c260a333f60eca33a365e280c400330f 100644 (file)
--- 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);