engines/exec: Code cleanup to remove leaks
[fio.git] / engines / librpma_fio.h
index 8cfb2e2d1a40e533ae567e516e3a38c75b82258f..fb89d99d696cd26be4061ec30865782051ac16ae 100644 (file)
@@ -41,6 +41,8 @@ struct librpma_fio_options_values {
        char *port;
        /* Direct Write to PMem is possible */
        unsigned int direct_write_to_pmem;
+       /* Set to 0 to wait for completion instead of busy-wait polling completion. */
+       unsigned int busy_wait_polling;
 };
 
 extern struct fio_option librpma_fio_options[];