fio: fix aio trim completion latencies
[fio.git] / blktrace.h
index 72d74cf8ad30e72b00ca5c893bc7245ed8d9b835..a0e82faa05eed81bb3e8819a200208089a6009d7 100644 (file)
@@ -36,5 +36,10 @@ static inline bool load_blktrace(struct thread_data *td, const char *fname,
        return false;
 }
 
+static inline int merge_blktrace_iologs(struct thread_data *td)
+{
+       return false;
+}
+
 #endif
 #endif