diff options
Diffstat (limited to 'rpc/rpc-transport/rdma/src/rdma.c')
-rw-r--r-- | rpc/rpc-transport/rdma/src/rdma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-transport/rdma/src/rdma.c b/rpc/rpc-transport/rdma/src/rdma.c index fa2eb9e0512..49e0af0cb9f 100644 --- a/rpc/rpc-transport/rdma/src/rdma.c +++ b/rpc/rpc-transport/rdma/src/rdma.c @@ -3923,6 +3923,7 @@ rdma_init (rpc_transport_t *this) struct ibv_context *ib_ctx = NULL; int32_t ret = 0; + ibv_fork_init (); rdma_options_init (this); { |