Introduce enum fio_q_status
[fio.git] / engines / skeleton_external.c
index 56f89f957b5f502ccfe0add680ac80c6ef9d4a85..7e08afbb0fb34ed415d6a5548903c675baf97f70 100644 (file)
@@ -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