aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
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 /gRPC-Core.podspec
parent8bb3ca757e0860cde13c6cb67931552a4de3eea1 (diff)
Isolate timer checking in its own thread
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r--gRPC-Core.podspec3
1 files changed, 3 insertions, 0 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index 07755ac727..120463f40c 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -320,6 +320,7 @@ Pod::Spec.new do |s|
'src/core/lib/iomgr/timer.h',
'src/core/lib/iomgr/timer_generic.h',
'src/core/lib/iomgr/timer_heap.h',
+ 'src/core/lib/iomgr/timer_manager.h',
'src/core/lib/iomgr/timer_uv.h',
'src/core/lib/iomgr/udp_server.h',
'src/core/lib/iomgr/unix_sockets_posix.h',
@@ -531,6 +532,7 @@ Pod::Spec.new do |s|
'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',
@@ -781,6 +783,7 @@ Pod::Spec.new do |s|
'src/core/lib/iomgr/timer.h',
'src/core/lib/iomgr/timer_generic.h',
'src/core/lib/iomgr/timer_heap.h',
+ 'src/core/lib/iomgr/timer_manager.h',
'src/core/lib/iomgr/timer_uv.h',
'src/core/lib/iomgr/udp_server.h',
'src/core/lib/iomgr/unix_sockets_posix.h',