glusterfs: remove glfs-handles.h include
[fio.git] / engines / gfapi.h
index d4738156a8ef01f2180ca1671d8a10a86e5ad057..c79838b7d61c28f08e6108dd3a17e4f1da792454 100644 (file)
@@ -1,16 +1,15 @@
 #include <glusterfs/api/glfs.h>
-#include <glusterfs/api/glfs-handles.h>
 #include "../fio.h"
 
 struct gf_options {
-    struct thread_data *td;
-    char *gf_vol;
-    char *gf_brick;
+       struct thread_data *td;
+       char *gf_vol;
+       char *gf_brick;
 };
 
 struct gf_data {
-    glfs_t *fs;
-    glfs_fd_t *fd;
+       glfs_t *fs;
+       glfs_fd_t *fd;
        struct io_u **aio_events;
 };