splice: if splicing fails with EINVAL, it's most likely missing fs support
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 25318ae52511b90d513c8c387e52b488f2e92174..207b2ecdc7b62bbb4c2796538291744226040f31 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -164,6 +164,7 @@ struct io_u {
        union {
                unsigned int index;
                unsigned int seen;
+               void *engine_data;
        };
 
        unsigned int flags;
@@ -417,6 +418,7 @@ struct thread_options {
        unsigned int iodepth;
        unsigned int iodepth_low;
        unsigned int iodepth_batch;
+       unsigned int iodepth_batch_complete;
 
        unsigned long long size;
        unsigned int fill_device;