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 | |
parent | e0da0f7c29ec3946a5ebb343ce671dc2dda53908 (diff) |
Added useful behavior for empty batch
Diffstat (limited to 'vsprojects')
-rw-r--r-- | vsprojects/vs2013/grpc_shared.vcxproj | 2 | ||||
-rw-r--r-- | vsprojects/vs2013/grpc_shared.vcxproj.filters | 3 |
2 files changed, 5 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"> diff --git a/vsprojects/vs2013/grpc_shared.vcxproj.filters b/vsprojects/vs2013/grpc_shared.vcxproj.filters index fed8fb10bf..75ecc7a822 100644 --- a/vsprojects/vs2013/grpc_shared.vcxproj.filters +++ b/vsprojects/vs2013/grpc_shared.vcxproj.filters @@ -130,6 +130,9 @@ <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_poll_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> + <ClCompile Include="..\..\src\core\iomgr\pollset_multipoller_with_epoll.c"> + <Filter>src\core\iomgr</Filter> + </ClCompile> <ClCompile Include="..\..\src\core\iomgr\pollset_posix.c"> <Filter>src\core\iomgr</Filter> </ClCompile> |