ioengines: clean up latency accounting for 3 ioengines
[fio.git] / engines / librpma_gpspm.c
index 5cf974722de2052c97d8485faea2b5d924638ddd..f00717a731c43298f270bb6aa7f0908221c9b161 100644 (file)
@@ -352,7 +352,7 @@ FIO_STATIC struct ioengine_ops ioengine_client = {
        .errdetails             = librpma_fio_client_errdetails,
        .close_file             = librpma_fio_file_nop,
        .cleanup                = client_cleanup,
-       .flags                  = FIO_DISKLESSIO,
+       .flags                  = FIO_DISKLESSIO | FIO_ASYNCIO_SETS_ISSUE_TIME,
        .options                = librpma_fio_options,
        .option_struct_size     = sizeof(struct librpma_fio_options_values),
 };