Introduce enum fio_q_status
[fio.git] / engines / ftruncate.c
index 14e115f221b6434b65771905c24ad89d34cd7c55..4ff511ea7e2193eb3656eb841cb56c6ca3a4cc78 100644 (file)
@@ -11,7 +11,8 @@
 
 #include "../fio.h"
 
-static int fio_ftruncate_queue(struct thread_data *td, struct io_u *io_u)
+static enum fio_q_status
+fio_ftruncate_queue(struct thread_data *td, struct io_u *io_u)
 {
        struct fio_file *f = io_u->file;
        int ret;