Skip to content
Snippets Groups Projects
Commit 0e67cb2c authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Fixed missing name change from timers.h refactor.

parent 31e3a6fc
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,8 @@ void test_log_events(int num_seqs) { ...@@ -76,8 +76,8 @@ void test_log_events(int num_seqs) {
int main(int argc, char **argv) { int main(int argc, char **argv) {
grpc_test_init(argc, argv); grpc_test_init(argc, argv);
grpc_timers_log_global_init(); grpc_timers_global_init();
test_log_events(1000000); test_log_events(1000000);
grpc_timers_log_global_destroy(); grpc_timers_global_destroy();
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment