diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2008-06-02 11:59:30 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-06-02 11:59:30 +0200 |
commit | 417f006858ec66f0b410c83c2e13da54662048e0 (patch) | |
tree | 1c12f344c35020c0b8d724cda3fff8b68cdd9a85 /os/os-solaris.h | |
parent | 659424767f62f46c429eb66bf46b3e836e3bc0ad (diff) | |
download | fio-417f006858ec66f0b410c83c2e13da54662048e0.tar.gz fio-417f006858ec66f0b410c83c2e13da54662048e0.tar.bz2 |
Add Solaris native aio engine
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'os/os-solaris.h')
-rw-r--r-- | os/os-solaris.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/os-solaris.h b/os/os-solaris.h index 21d28e98..7fa0bb50 100644 --- a/os/os-solaris.h +++ b/os/os-solaris.h @@ -3,6 +3,7 @@ #undef FIO_HAVE_LIBAIO #define FIO_HAVE_POSIXAIO +#define FIO_HAVE_SOLARISAIO #undef FIO_HAVE_FADVISE #undef FIO_HAVE_CPU_AFFINITY #undef FIO_HAVE_DISK_UTIL |