diff options
author | murgatroid99 <mlumish@google.com> | 2017-07-18 13:20:55 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2017-07-18 13:20:55 -0700 |
commit | b8e07ad780ceb0bae7c431d0de1c6343bf275ceb (patch) | |
tree | 67e75eac7260c75acdf4088446493f9249c778f4 /gRPC-Core.podspec | |
parent | 87116f449985cd49728326ecbdb7293cc522b8ff (diff) |
Add asserts that uv calls all run on the same thread
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r-- | gRPC-Core.podspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec index 3f841d51d8..7a2c5a40f4 100644 --- a/gRPC-Core.podspec +++ b/gRPC-Core.podspec @@ -276,6 +276,7 @@ Pod::Spec.new do |s| 'src/core/lib/iomgr/iomgr.h', 'src/core/lib/iomgr/iomgr_internal.h', 'src/core/lib/iomgr/iomgr_posix.h', + 'src/core/lib/iomgr/iomgr_uv.h', 'src/core/lib/iomgr/is_epollexclusive_available.h', 'src/core/lib/iomgr/load_file.h', 'src/core/lib/iomgr/lockfree_event.h', @@ -753,6 +754,7 @@ Pod::Spec.new do |s| 'src/core/lib/iomgr/iomgr.h', 'src/core/lib/iomgr/iomgr_internal.h', 'src/core/lib/iomgr/iomgr_posix.h', + 'src/core/lib/iomgr/iomgr_uv.h', 'src/core/lib/iomgr/is_epollexclusive_available.h', 'src/core/lib/iomgr/load_file.h', 'src/core/lib/iomgr/lockfree_event.h', |