Update basic_timers.cc

pull/13559/head
Vijay Pai 7 years ago committed by GitHub
parent 2422b80a04
commit dba6f847d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/profiling/basic_timers.cc

@ -204,7 +204,7 @@ static void init_output() {
gpr_thd_options options = gpr_thd_options_default();
gpr_thd_options_set_joinable(&options);
GPR_ASSERT(gpr_thd_new(&g_writing_thread, "timer_output_thread",
writing_thread, NULL, &options));
writing_thread, NULL, &options));
atexit(finish_writing);
}

Loading…
Cancel
Save