From 0aeef4f0e7417afae8e38702463ffa5d5ac2a590 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 31 Oct 2017 14:45:40 -0700 Subject: bazel build errors --- test/core/network_benchmarks/low_level_ping_pong.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/network_benchmarks') 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; /* -- cgit v1.2.3