소스 검색

bazel build errors

Yash Tibrewal 8 년 전
부모
커밋
0aeef4f0e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/core/network_benchmarks/low_level_ping_pong.cc

+ 1 - 1
test/core/network_benchmarks/low_level_ping_pong.cc

@@ -56,7 +56,7 @@ typedef struct thread_args {
   int (*write_bytes)(struct thread_args *args, char *buf);
   int (*setup)(struct thread_args *args);
   int epoll_fd;
-  char *strategy_name;
+  const char *strategy_name;
 } thread_args;
 
 /*