Introduce enum fio_q_status
[fio.git] / engines / glusterfs_async.c
index eb8df453524d7d5de7dfbc3d84f53ae5d5fa57d7..9e1c4bf038f3b3ce2fbe27f3ddb19cffbd6f3dd2 100644 (file)
@@ -93,8 +93,8 @@ static void gf_async_cb(glfs_fd_t * fd, ssize_t ret, void *data)
        iou->io_complete = 1;
 }
 
-static int fio_gf_async_queue(struct thread_data fio_unused * td,
-                             struct io_u *io_u)
+static enum fio_q_status fio_gf_async_queue(struct thread_data fio_unused * td,
+                                           struct io_u *io_u)
 {
        struct gf_data *g = td->io_ops_data;
        int r;