aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.m4
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 /config.m4
parent8bb3ca757e0860cde13c6cb67931552a4de3eea1 (diff)
Isolate timer checking in its own thread
Diffstat (limited to 'config.m4')
-rw-r--r--config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/config.m4 b/config.m4
index bbd667c9ec..36c04cf07b 100644
--- a/config.m4
+++ b/config.m4
@@ -154,6 +154,7 @@ if test "$PHP_GRPC" != "no"; then
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 \