Introduce enum fio_q_status
[fio.git] / engines / dev-dax.c
index caae1e09b5f8112d1725a5300b43ed4d1a9a56da..807d8505b21121999bb5f6b6626e7ab0aced1877 100644 (file)
@@ -182,7 +182,8 @@ done:
        return 0;
 }
 
-static int fio_devdax_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status
+fio_devdax_queue(struct thread_data *td, struct io_u *io_u)
 {
        fio_ro_check(td, io_u);
        io_u->error = 0;