Allow marking of queue depth for more than 1 io_u at the time
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6f2c4c09810c3e1c379c8570db70384412ba274c..f201b33b1d5f8b44123ecab36a1f1f97fc93663f 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -906,7 +906,7 @@ extern void io_u_queued(struct thread_data *, struct io_u *);
 extern void io_u_log_error(struct thread_data *, struct io_u *);
 extern void io_u_init_timeout(void);
 extern void io_u_set_timeout(struct thread_data *);
-extern void io_u_mark_depth(struct thread_data *, struct io_u *);
+extern void io_u_mark_depth(struct thread_data *, struct io_u *, unsigned int);
 
 /*
  * io engine entry points