engines: rename option specific pad from 'td' to 'pad'
[fio.git] / engines / gfapi.h
index 0da471c7499b5e4811f7c289b0930e14959ba6ac..1028431415e649af01e2457754a4944355f57a81 100644 (file)
@@ -2,7 +2,7 @@
 #include "../fio.h"
 
 struct gf_options {
-       struct thread_data *td;
+       void *pad;
        char *gf_vol;
        char *gf_brick;
 };