solarisaio: support signal driven async IO
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 25318ae52511b90d513c8c387e52b488f2e92174..9d8023706694aadb314766626ec4d40bb9c0b820 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;