aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-02 12:33:38 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-02 14:36:33 -0700
commitc3571791a5e20ed82cc2efebd21d48f898f13eba (patch)
tree3c5d327a75f7b4af0c2faf9717026935a0dc0a4d /binding.gyp
parent8bb3ca757e0860cde13c6cb67931552a4de3eea1 (diff)
Isolate timer checking in its own thread
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index 582c61282f..9434ab6d32 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -718,6 +718,7 @@
'src/core/lib/iomgr/time_averaged_stats.c',
'src/core/lib/iomgr/timer_generic.c',
'src/core/lib/iomgr/timer_heap.c',
+ 'src/core/lib/iomgr/timer_manager.c',
'src/core/lib/iomgr/timer_uv.c',
'src/core/lib/iomgr/udp_server.c',
'src/core/lib/iomgr/unix_sockets_posix.c',