Rename try_recv_rdma to init_recv_rdma

This commit is contained in:
Vitaliy Filippov
2025-12-07 21:06:36 +03:00
parent a67c415e0f
commit aacfdf0dec
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ void osd_messenger_t::handle_send(int result, bool prev, bool more, osd_client_t
}
});
// Add the initial receive request
try_recv_rdma(cl);
init_recv_rdma(cl);
}
#endif
}