Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: vitsai <victoria@anyscale.com>
  • Loading branch information
vitsai committed Jun 17, 2023
1 parent e49bc4e commit 3ef76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ray/rpc/grpc_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class GrpcServer {
: name_(std::move(name)),
port_(port),
listen_to_localhost_only_(listen_to_localhost_only),
cluster_id_{.id{ClusterID::Nil()}},
cluster_id_{absl::Mutex{}, ClusterID::Nil()},
is_closed_(true),
num_threads_(num_threads),
keepalive_time_ms_(keepalive_time_ms) {
Expand Down

0 comments on commit 3ef76cf

Please sign in to comment.