X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Flibhdfs.c;h=6000160129402472385da53b478229b123db82b2;hp=96a0871d873ee8813876ce4ee47709de8b3c5b58;hb=ec9e13345f3f433f3693891864cf794206cdd057;hpb=dda13f44d6d97a2c0865f6fbfed70c45071592b3 diff --git a/engines/libhdfs.c b/engines/libhdfs.c index 96a0871d..60001601 100644 --- a/engines/libhdfs.c +++ b/engines/libhdfs.c @@ -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;