Add missing WITH_RDMACM defines

This commit is contained in:
Vitaliy Filippov
2025-04-12 19:06:27 +03:00
parent 4b660f1ce8
commit 80e5f8ba76
3 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -800,7 +800,8 @@ bool osd_messenger_t::is_rdma_enabled()
{
return rdma_contexts.size() > 0;
}
#endif
#ifdef WITH_RDMACM
bool osd_messenger_t::is_use_rdmacm()
{
return use_rdmacm;