glusterfs: update for new API
[fio.git] / engines / gfapi.h
index 0da471c7499b5e4811f7c289b0930e14959ba6ac..e4cdbcbc51e62d44a53cdeb4278f5393be884dbe 100644 (file)
@@ -2,9 +2,10 @@
 #include "../fio.h"
 
 struct gf_options {
-       struct thread_data *td;
+       void *pad;
        char *gf_vol;
        char *gf_brick;
+       int gf_single_instance;
 };
 
 struct gf_data {