engines: rename option specific pad from 'td' to 'pad'
[fio.git] / engines / libaio.c
index f7e2f8967c8900a1d5c6839dda1d746df5986b60..d4f48303becb8af99a63bcc0e1667a030bdd0a66 100644 (file)
@@ -37,7 +37,7 @@ struct libaio_data {
 };
 
 struct libaio_options {
-       struct thread_data *td;
+       void *pad;
        unsigned int userspace_reap;
 };