[PATCH] Support residual io counts from io engines
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index d635e99d0454f47241e199df671be79ddc7758d6..56ed248551a5f6158dedf99eb0e4033f2bf0bf2d 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -75,6 +75,9 @@ struct io_u {
        unsigned int buflen;
        unsigned long long offset;
 
        unsigned int buflen;
        unsigned long long offset;
 
+       void *xfer_buf;
+       unsigned int xfer_buflen;
+
        unsigned int resid;
        unsigned int error;
 
        unsigned int resid;
        unsigned int error;