Wrap delete rdma_conn into destroy_rdma_conn

This commit is contained in:
Vitaliy Filippov
2026-05-18 01:17:56 +03:00
parent 648e3b12f0
commit ad24be717a
4 changed files with 25 additions and 26 deletions
+1
View File
@@ -259,6 +259,7 @@ protected:
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);
void destroy_rdma_conn(msgr_rdma_connection_t *rdma_conn);
#endif
#ifdef WITH_RDMACM
void handle_rdmacm_events();