X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fposixaio.c;h=7d9aaaf18314bffe3ea30fe211918d69e89b8095;hp=10340571af57fa79f2621027f937bcb424d6b554;hb=da751ca9665bcdeca56d2eec5b629a0953c07662;hpb=4db4e3d7a52c4561e10af27650a6518e49ecfa7a diff --git a/engines/posixaio.c b/engines/posixaio.c index 10340571..7d9aaaf1 100644 --- a/engines/posixaio.c +++ b/engines/posixaio.c @@ -1,5 +1,7 @@ /* - * posix aio io engine + * posixaio engine + * + * IO engine that uses the posix defined aio interface. * */ #include @@ -194,6 +196,8 @@ static struct ioengine_ops ioengine = { .getevents = fio_posixaio_getevents, .event = fio_posixaio_event, .cleanup = fio_posixaio_cleanup, + .open_file = generic_open_file, + .close_file = generic_close_file, }; #else /* FIO_HAVE_POSIXAIO */