Update io engine comments
[fio.git] / engines / syslet-rw.c
index fe400daa501dd4e8e31ecc1db6129ab7fb0bc921..279884a5d041094774cb7bfcde31266fb642b2fe 100644 (file)
@@ -1,5 +1,8 @@
 /*
- * read/write() engine that uses syslet to be async
+ * syslet engine
+ *
+ * IO engine that does regular pread(2)/pwrite(2) to transfer data, but
+ * with syslets to make the execution async.
  *
  */
 #include <stdio.h>