diff options
author | Jim King <jsking@google.com> | 2016-09-19 11:35:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-19 11:35:59 -0700 |
commit | 9fec58f2b4727aae4c9368f3768cc1ef727bd523 (patch) | |
tree | 829a3c67c423a41dcab7d3774390bd51351d31c5 /vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | |
parent | 4947c2b5d4c25ea437ed0e614d399302020fd830 (diff) | |
parent | afcb0f7b2d5ffdd9978418692e9a1d73e87c7d76 (diff) |
Merge pull request #8052 from Vizerai/grpc_tracing
grpc tracing context
Diffstat (limited to 'vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj')
-rw-r--r-- | vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj index 9cd3d6e4e6..97198c5e35 100644 --- a/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj +++ b/vsprojects/vcxproj/grpc_unsecure/grpc_unsecure.vcxproj @@ -422,6 +422,7 @@ <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\mlog.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\resource.h" /> <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\rpc_metric_id.h" /> + <ClInclude Include="$(SolutionDir)\..\src\core\ext\census\trace_context.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="$(SolutionDir)\..\src\core\lib\surface\init.c"> @@ -746,6 +747,8 @@ </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\resource.c"> </ClCompile> + <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\trace_context.c"> + </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\ext\census\tracing.c"> </ClCompile> <ClCompile Include="$(SolutionDir)\..\src\core\plugin_registry\grpc_unsecure_plugin_registry.c"> |