X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fskeleton_external.c;h=21a3601824bc5d1db4cc9dd79ce6d7b03ac0e296;hb=16500b5a0b03ee0142d592bb74a46943a223b06e;hp=56f89f957b5f502ccfe0add680ac80c6ef9d4a85;hpb=c032d6743ad21cc6702e8ac71afe227e9cd8773c;p=fio.git diff --git a/engines/skeleton_external.c b/engines/skeleton_external.c index 56f89f95..21a36018 100644 --- a/engines/skeleton_external.c +++ b/engines/skeleton_external.c @@ -90,7 +90,8 @@ static int fio_skeleton_cancel(struct thread_data *td, struct io_u *io_u) * io_u->xfer_buflen. Residual data count may be set in io_u->resid * for a short read/write. */ -static int fio_skeleton_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_skeleton_queue(struct thread_data *td, + struct io_u *io_u) { /* * Double sanity check to catch errant write on a readonly setup