Skip to content

Commit 158d418

Browse files
nit
Signed-off-by: Yicheng-Lu-llll <luyc58576@gmail.com>
1 parent 3b3bd83 commit 158d418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ray/gcs/gcs_client/tests/gcs_client_reconnection_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class GcsClientReconnectionTest : public ::testing::Test {
135135
io_service service;
136136

137137
auto socket = ray::CreateTcpSocket(service);
138-
socket->bind(tcp::endpoint(socket->local_endpoint().protocol(), 0));
138+
socket->bind(boost::asio::ip::tcp::endpoint(socket->local_endpoint().protocol(), 0));
139139
unsigned short port = socket->local_endpoint().port();
140140
return port;
141141
}

0 commit comments

Comments
 (0)