diff options
author | murgatroid99 <mlumish@google.com> | 2015-02-12 13:55:53 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-02-12 13:55:53 -0800 |
commit | a8c21e8ecfca35e112900e0fc76c55ff702ad9b5 (patch) | |
tree | ce4154df7532b471bcffe99b30a7720f347d8e98 /vsprojects/vs2013/grpc_shared.vcxproj | |
parent | e0da0f7c29ec3946a5ebb343ce671dc2dda53908 (diff) |
Added useful behavior for empty batch
Diffstat (limited to 'vsprojects/vs2013/grpc_shared.vcxproj')
-rw-r--r-- | vsprojects/vs2013/grpc_shared.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vsprojects/vs2013/grpc_shared.vcxproj b/vsprojects/vs2013/grpc_shared.vcxproj index b1890cf6e7..71b4a0cbab 100644 --- a/vsprojects/vs2013/grpc_shared.vcxproj +++ b/vsprojects/vs2013/grpc_shared.vcxproj @@ -277,6 +277,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_epoll.c"> + </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_posix.c"> </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_windows.c"> |