Factor out stream protocols for Windows (#6408)

This commit is contained in:
mehrdadn
2019-12-10 15:23:30 -08:00
committed by Philipp Moritz
parent 4e1d1ed00d
commit 2f19b01898
8 changed files with 42 additions and 31 deletions
@@ -11,6 +11,7 @@
#include "plasma/client.h"
#include "ray/common/client_connection.h"
#include "ray/common/id.h"
#include "ray/common/status.h"
@@ -70,7 +71,7 @@ class ObjectStoreNotificationManager {
int64_t num_adds_processed_;
int64_t num_removes_processed_;
std::vector<uint8_t> notification_;
boost::asio::local::stream_protocol::socket socket_;
local_stream_protocol::socket socket_;
};
} // namespace ray