| 692 | } |
| 693 | |
| 694 | void RdmaChannel::Connect() { |
| 695 | { |
| 696 | mutex_lock lock{mu_}; |
| 697 | CHECK(remote_set_) << "remote channel is not set"; |
| 698 | } |
| 699 | Connect(remote_); |
| 700 | } |
| 701 | |
| 702 | // Setup channel to a remote node |
| 703 | // Args: |
no outgoing calls
no test coverage detected