mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Fix name clash on Windows (#9412)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -29,9 +29,9 @@ message GetProfilingStatsReply {
|
||||
// Profiling stats.
|
||||
string profiling_stats = 1;
|
||||
// Standard output of the profiler process.
|
||||
string stdout = 2;
|
||||
string std_out = 2;
|
||||
// Standard error of the profiler process.
|
||||
string stderr = 3;
|
||||
string std_err = 3;
|
||||
}
|
||||
|
||||
message ReportMetricsRequest {
|
||||
|
||||
Reference in New Issue
Block a user