Add pread/pwrite support to sync engine
[fio.git] / options.c
index 82d5ff51b47f684be065d848f1493aac63f6dbad..e151634415bb5c2e64c8c318da18c560ce3692b8 100644 (file)
--- a/options.c
+++ b/options.c
@@ -336,6 +336,9 @@ static struct fio_option options[] = {
                          { .ival = "sync",
                            .help = "Use read/write",
                          },
+                         { .ival = "psync",
+                           .help = "Use pread/pwrite",
+                         },
 #ifdef FIO_HAVE_LIBAIO
                          { .ival = "libaio",
                            .help = "Linux native asynchronous IO",