"Fix" mac linker error

pull/11873/head
Craig Tiller 8 years ago
parent 39af3361ae
commit 4483be3498
  1. 2
      src/core/lib/debug/stats.c

@ -27,7 +27,7 @@
#include "src/core/lib/support/string.h"
grpc_stats_data *grpc_stats_per_cpu_storage;
grpc_stats_data *grpc_stats_per_cpu_storage = NULL;
static size_t g_num_cores;
void grpc_stats_init(void) {

Loading…
Cancel
Save