diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-27 11:48:42 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-27 11:48:42 -0700 |
commit | c7b5f7605e7210e2bfa1915f585a9ccfa44bbb30 (patch) | |
tree | eb741452bfacc1d942ddf59ba978f2a0bfc202ca /vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | |
parent | 7874e17d77f262f682a88f38ca24cf9a7b45542f (diff) |
Factor out channel state watching
Diffstat (limited to 'vsprojects/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/grpc_unsecure/grpc_unsecure.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj index 9080bffff9..6ab4803dbc 100644 --- a/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/grpc_unsecure/grpc_unsecure.vcxproj @@ -160,6 +160,7 @@ <ClInclude Include="..\..\src\core\channel\channel_stack.h" /> <ClInclude Include="..\..\src\core\channel\client_channel.h" /> <ClInclude Include="..\..\src\core\channel\connected_channel.h" /> + <ClInclude Include="..\..\src\core\channel\connectivity_state.h" /> <ClInclude Include="..\..\src\core\channel\context.h" /> <ClInclude Include="..\..\src\core\channel\http_client_filter.h" /> <ClInclude Include="..\..\src\core\channel\http_server_filter.h" /> @@ -262,6 +263,8 @@ </ClCompile> <ClCompile Include="..\..\src\core\channel\connected_channel.c"> </ClCompile> + <ClCompile Include="..\..\src\core\channel\connectivity_state.c"> + </ClCompile> <ClCompile Include="..\..\src\core\channel\http_client_filter.c"> </ClCompile> <ClCompile Include="..\..\src\core\channel\http_server_filter.c"> |