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
@@ -289,7 +289,7 @@ protected:
void try_send_rdma(osd_client_t *cl);
void try_send_rdma_odp(osd_client_t *cl);
void try_send_rdma_nodp(osd_client_t *cl);
bool try_recv_rdma(osd_client_t *cl);
bool init_recv_rdma(osd_client_t *cl);
void handle_rdma_events(msgr_rdma_context_t *rdma_context);
msgr_rdma_context_t* choose_rdma_context(osd_client_t *cl);
#endif