X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=5ee43e0a2f8ae495ba50b57699a87bbe15f01192;hp=f201b33b1d5f8b44123ecab36a1f1f97fc93663f;hb=d8005759746a2cb5c8269201911b1997aa714e80;hpb=67778e88b56f599cc43afbf471eecf179d3c98b1 diff --git a/fio.h b/fio.h index f201b33b..5ee43e0a 100644 --- a/fio.h +++ b/fio.h @@ -559,10 +559,10 @@ struct thread_data { * Current IO depth and list of free and busy io_u's. */ unsigned int cur_depth; + unsigned int io_u_queued; struct list_head io_u_freelist; struct list_head io_u_busylist; struct list_head io_u_requeues; - unsigned int io_u_queued; /* * Rate state @@ -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 *, unsigned int); +extern void io_u_mark_depth(struct thread_data *, unsigned int); /* * io engine entry points