mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
Bazel fixes (#9519)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "io_ray_streaming_runtime_transfer_ChannelId.h"
|
||||
|
||||
#include "streaming_jni_common.h"
|
||||
|
||||
using namespace ray::streaming;
|
||||
|
||||
JNIEXPORT jlong JNICALL Java_io_ray_streaming_runtime_transfer_ChannelId_createNativeId(
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "io_ray_streaming_runtime_transfer_DataReader.h"
|
||||
|
||||
#include <cstdlib>
|
||||
#include "data_reader.h"
|
||||
#include "runtime_context.h"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "io_ray_streaming_runtime_transfer_DataWriter.h"
|
||||
|
||||
#include "config/streaming_config.h"
|
||||
#include "data_writer.h"
|
||||
#include "streaming_jni_common.h"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "io_ray_streaming_runtime_transfer_TransferHandler.h"
|
||||
|
||||
#include "queue/queue_client.h"
|
||||
#include "streaming_jni_common.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user