engines/rbd: fix compile without blkin support
[fio.git] / engines / rbd.c
index b319315fc73e1e10d43a177651187666e9e8e731..5e17fbe73a7fab5cc1b04431c3df7965d76acd01 100644 (file)
@@ -18,7 +18,9 @@ struct fio_rbd_iou {
        rbd_completion_t completion;
        int io_seen;
        int io_complete;
+#ifdef CONFIG_RBD_BLKIN
        struct blkin_trace_info info;
+#endif
 };
 
 struct rbd_data {