[PATCH] syslet engine: use pread instead lseek+read
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index ff59b467ba70dcf478959da266f681ec2495c9e7..2d30324cb973df5dc9c21f520f46e9ce5faee08c 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -70,7 +70,6 @@ struct io_piece {
 #ifdef FIO_HAVE_SYSLET
 struct syslet_req {
        struct syslet_uatom atom;
-       unsigned long cmd;
        long ret;
 };
 #endif
@@ -90,8 +89,7 @@ struct io_u {
                struct sg_io_hdr hdr;
 #endif
 #ifdef FIO_HAVE_SYSLET
-               struct syslet_req rw_atom;
-               struct syslet_req seek_atom;
+               struct syslet_req req;
 #endif
        };
        struct timeval start_time;