Improve submission latency calculation
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 12afa0651ae6e6800d7d316d09735a13178d88bf..259166fca1b8e842a2c001bc1bdaabfb54cb9be3 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -614,6 +614,7 @@ extern void put_io_u(struct thread_data *, struct io_u *);
 extern void requeue_io_u(struct thread_data *, struct io_u **);
 extern long io_u_sync_complete(struct thread_data *, struct io_u *, endio_handler *);
 extern long io_u_queued_complete(struct thread_data *, int, endio_handler *);
+extern void io_u_queued(struct thread_data *, struct io_u *);
 
 /*
  * io engine entry points