aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2016-01-13 09:08:38 -0800
committerGravatar Alistair Veitch <aveitch@google.com>2016-01-13 09:08:38 -0800
commit0f690721bdc977b5d506e575f5e13be6d09c57fd (patch)
treed0401e5aa29da92303263f7b89d394c1c88b8487 /src/python/grpcio
parentf190601e606fb89158f671bea1676e4083bc9bb4 (diff)
Move encode/decode API into census.h
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index 63cf0a4c74..f5b8b897f9 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -220,6 +220,7 @@ CORE_SOURCE_FILES = [
'src/core/census/context.c',
'src/core/census/initialize.c',
'src/core/census/operation.c',
+ 'src/core/census/tag_set.c',
'src/core/census/tracing.c',
'src/boringssl/err_data.c',
'third_party/boringssl/crypto/aes/aes.c',