engines: rename option specific pad from 'td' to 'pad'
[fio.git] / engines / e4defrag.c
index 3599ab8a49ce708087c4ac88b18b74bd728bec95..6854070932a4d065a3989840b9b758cd4a0a494f 100644 (file)
@@ -36,7 +36,7 @@ struct e4defrag_data {
 };
 
 struct e4defrag_options {
-       struct thread_data *td;
+       void *pad;
        unsigned int inplace;
        char * donor_name;
 };