Update io engine comments
[fio.git] / engines / posixaio.c
index 10340571af57fa79f2621027f937bcb424d6b554..7d9aaaf18314bffe3ea30fe211918d69e89b8095 100644 (file)
@@ -1,5 +1,7 @@
 /*
 /*
- * posix aio io engine
+ * posixaio engine
+ *
+ * IO engine that uses the posix defined aio interface.
  *
  */
 #include <stdio.h>
  *
  */
 #include <stdio.h>
@@ -194,6 +196,8 @@ static struct ioengine_ops ioengine = {
        .getevents      = fio_posixaio_getevents,
        .event          = fio_posixaio_event,
        .cleanup        = fio_posixaio_cleanup,
        .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 */
 };
 
 #else /* FIO_HAVE_POSIXAIO */