[PATCH] OS abstract out the random seed and value retrieval
authorJens Axboe <axboe@suse.de>
Wed, 7 Jun 2006 11:57:06 +0000 (13:57 +0200)
committerJens Axboe <axboe@suse.de>
Wed, 7 Jun 2006 11:57:06 +0000 (13:57 +0200)
commit6dfd46b99af38cc1e5f702f53c59212129fe615e
tree28906318ab1db4228c68a56d50f29cacfc1eb690
parent32cd46a085ac60f4f8b085e2d65ebfc6100bb8c5
[PATCH] OS abstract out the random seed and value retrieval

This is pretty crappy on FreeBSD, the seed function doesn't seed the
state we want. But it works, so it'll have to suffice for now...
fio.c
fio.h
init.c
os-freebsd.h
os-linux.h