summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/rawio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/rawio.c b/app/src/rawio.c
index bfd0f6e..d322b49 100644
--- a/app/src/rawio.c
+++ b/app/src/rawio.c
@@ -156,7 +156,7 @@ int marsio_send_buffer_flush(struct mr_vdev * vdev, queue_id_t sid)
}
/* free the mbufs backpressure from service */
- ret = vnode_mirror_rt_object_retrieve(vdev->vdi->vnode_ftx_prod, sid, tx_buffer->mbufs, (int)tx_buffer->length);
+ ret = vnode_mirror_rt_object_retrieve(vdev->vdi->vnode_tx_prod, sid, tx_buffer->mbufs, (int)tx_buffer->length);
if (ret > 0)
{
marsio_buff_free_v2(instance, (marsio_buff_t **)tx_buffer->mbufs, ret);