mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 03:19:15 +08:00
10 lines
192 B
C++
10 lines
192 B
C++
#pragma once
|
|
|
|
#include "ray/util/logging.h"
|
|
|
|
#define STREAMING_LOG RAY_LOG
|
|
#define STREAMING_CHECK RAY_CHECK
|
|
namespace ray {
|
|
namespace streaming {} // namespace streaming
|
|
} // namespace ray
|