diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-10-31 14:45:40 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-10-31 14:45:40 -0700 |
commit | 0aeef4f0e7417afae8e38702463ffa5d5ac2a590 (patch) | |
tree | a11fd359b9ced45cbb1cfb50a07a629c1c0d5925 /test/core/network_benchmarks | |
parent | 2aa79cbfd3eea56eff1f6cd54cc9d55b11ab2fc7 (diff) |
bazel build errors
Diffstat (limited to 'test/core/network_benchmarks')
-rw-r--r-- | test/core/network_benchmarks/low_level_ping_pong.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/network_benchmarks/low_level_ping_pong.cc b/test/core/network_benchmarks/low_level_ping_pong.cc index 4bbdc67fbc..84aebc9584 100644 --- a/test/core/network_benchmarks/low_level_ping_pong.cc +++ b/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; /* |