| 179 | }; |
| 180 | |
| 181 | GdrMemoryManager::GdrMemoryManager(const string& host, const string& port) |
| 182 | : host_(host), |
| 183 | port_(port), |
| 184 | listening_(nullptr, EndpointDeleter), |
| 185 | stopped_(true), |
| 186 | next_key_(static_cast<uint32_t>(random::New64())) {} |
| 187 | |
| 188 | Status GdrMemoryManager::Init() { |
| 189 | rdma_addrinfo* addrinfo; |