commit | 1922c9f55016c5de0f67ba04cdd22422b8d31eb9 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Jul 02 10:23:57 2022 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Aug 16 06:27:58 2022 -0600 |
tree | bf0d41da81d4fc14e5f8c228b01061f489299946 | |
parent | 4deb92f9e1a83682143661eb3b04422bdfff5ace [diff] |
rand: prepare for adding a third random type We currently have 32 and 64-bit variants. Rather than have a bool that tells us which one to use, add enum fio_rand_type so we have flexibility to add another one. Signed-off-by: Jens Axboe <axboe@kernel.dk>