Fix name clash on Windows (#9412)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn
2020-07-14 23:14:53 -07:00
committed by GitHub
co-authored by Mehrdad
parent 6d99aa34a5
commit 33e400998c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 {