Introduce enum fio_q_status
[fio.git] / engines / libhdfs.c
index 96a0871d873ee8813876ce4ee47709de8b3c5b58..37694fafcb0269231c34d1fba6b2d26ca0855cdf 100644 (file)
@@ -165,7 +165,8 @@ static int fio_hdfsio_prep(struct thread_data *td, struct io_u *io_u)
        return 0;
 }
 
-static int fio_hdfsio_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status
+fio_hdfsio_queue(struct thread_data *td, struct io_u *io_u)
 {
        struct hdfsio_data *hd = td->io_ops_data;
        struct hdfsio_options *options = td->eo;