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 /vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj | |
parent | 87116f449985cd49728326ecbdb7293cc522b8ff (diff) |
Add asserts that uv calls all run on the same thread
Diffstat (limited to 'vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj index 1899be91db..98bf5aeb69 100644 --- a/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj +++ b/vsprojects/vcxproj/grpc_test_util/grpc_test_util.vcxproj @@ -228,6 +228,7 @@ <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_internal.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_posix.h" /> + <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\iomgr_uv.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\is_epollexclusive_available.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\load_file.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\lib\iomgr\lockfree_event.h" /> |