Introduce enum fio_q_status
[fio.git] / engines / glusterfs_sync.c
index 5a145bd8633f2a6d3e041c9b2e9fce3fef871c47..a10e0ed68197fc592986063044322d9927f58577 100644 (file)
@@ -29,7 +29,7 @@ static int fio_gf_prep(struct thread_data *td, struct io_u *io_u)
        return 0;
 }
 
-static int fio_gf_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status fio_gf_queue(struct thread_data *td, struct io_u *io_u)
 {
        struct gf_data *g = td->io_ops_data;
        int ret = 0;