Do not include msgr_rdma.h into messenger.h

This commit is contained in:
Vitaliy Filippov
2023-08-24 01:55:35 +03:00
parent 7862282938
commit 65487da4b1
4 changed files with 14 additions and 4 deletions
+5 -4
View File
@@ -18,10 +18,6 @@
#include "timerfd_manager.h"
#include <ringloop.h>
#ifdef WITH_RDMA
#include "msgr_rdma.h"
#endif
#define CL_READ_HDR 1
#define CL_READ_DATA 2
#define CL_READ_REPLY_DATA 3
@@ -44,6 +40,11 @@ struct msgr_sendp_t
int flags;
};
#ifdef WITH_RDMA
struct msgr_rdma_connection_t;
struct msgr_rdma_context_t;
#endif
struct osd_client_t
{
int refs = 0;