mirror of
https://github.com/wassname/ray.git
synced 2026-08-02 13:01:01 +08:00
Factor out stream protocols for Windows (#6408)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user