diff options
Diffstat (limited to 'rpc')
-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 7d2bfc0ad74..a310508b04b 100644 --- a/rpc/rpc-transport/rdma/src/rdma.c +++ b/rpc/rpc-transport/rdma/src/rdma.c @@ -3921,6 +3921,7 @@ rdma_init (rpc_transport_t *this) struct ibv_context *ib_ctx = NULL; int32_t ret = 0; + ibv_fork_init (); rdma_options_init (this); { |