bazel build errors

pull/13147/head
Yash Tibrewal 8 years ago
parent 2aa79cbfd3
commit 0aeef4f0e7
  1. 2
      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;
/*

Loading…
Cancel
Save