X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fguasi.c;h=c586f09c809dc246a3172f7b27d60a24c7e30ca4;hb=36870c47801ca85d1a98c7ec47950b0aa360f865;hp=6faae8d0bfc2054ea542f31181b3f888437ea06c;hpb=836fcc0fceb233ebcc41ee63b4ea5cae20b678a4;p=fio.git diff --git a/engines/guasi.c b/engines/guasi.c index 6faae8d0..c586f09c 100644 --- a/engines/guasi.c +++ b/engines/guasi.c @@ -3,12 +3,7 @@ * * IO engine using the GUASI library. * - * This is currently disabled. To enable it, execute: - * - * $ export EXTFLAGS="-DFIO_HAVE_GUASI" - * $ export EXTLIBS="-lguasi" - * - * before running make. You'll need the GUASI lib as well: + * Before running make. You'll need the GUASI lib as well: * * http://www.xmailserver.org/guasi-lib.html * @@ -85,7 +80,7 @@ static struct io_u *fio_guasi_event(struct thread_data *td, int event) } static int fio_guasi_getevents(struct thread_data *td, unsigned int min, - unsigned int max, struct timespec *t) + unsigned int max, const struct timespec *t) { struct guasi_data *ld = td->io_ops->data; int n, r;