aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/timer_list_test.cc
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-10-31 10:53:08 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-31 10:53:08 -0700
commit8e1a163a9716cb7c7205dd66d889772317bc79f0 (patch)
treef060c8fba6ee41414016d4ede52c5b5fb441a82f /test/core/iomgr/timer_list_test.cc
parent4d71636fcc44db62032f673a81eeeb538f02ef0b (diff)
windows linker errors
Diffstat (limited to 'test/core/iomgr/timer_list_test.cc')
-rw-r--r--test/core/iomgr/timer_list_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/iomgr/timer_list_test.cc b/test/core/iomgr/timer_list_test.cc
index c3d9f9d88d..b07eb50e7f 100644
--- a/test/core/iomgr/timer_list_test.cc
+++ b/test/core/iomgr/timer_list_test.cc
@@ -31,8 +31,8 @@
#define MAX_CB 30
-extern grpc_tracer_flag grpc_timer_trace;
-extern grpc_tracer_flag grpc_timer_check_trace;
+extern "C" grpc_tracer_flag grpc_timer_trace;
+extern "C" grpc_tracer_flag grpc_timer_check_trace;
static int cb_called[MAX_CB][2];