aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/cygrpc.pxd
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-12-08 03:04:15 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-12-08 11:07:35 +0000
commit80516e884a8cd03daaa1f4a40d2bb284d5cc1be6 (patch)
tree85ebfe0f7ba9187ee6509db0dcc6a8e5c49f69a9 /src/python/grpcio/grpc/_cython/cygrpc.pxd
parentae74a320dc96ae55a8c0b9ae3357e1c73010053a (diff)
Streamline metadata in gRPC Python
Diffstat (limited to 'src/python/grpcio/grpc/_cython/cygrpc.pxd')
-rw-r--r--src/python/grpcio/grpc/_cython/cygrpc.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc/_cython/cygrpc.pxd b/src/python/grpcio/grpc/_cython/cygrpc.pxd
index fc6cc5fb9f..6fc5638d5d 100644
--- a/src/python/grpcio/grpc/_cython/cygrpc.pxd
+++ b/src/python/grpcio/grpc/_cython/cygrpc.pxd
@@ -18,6 +18,7 @@ include "_cygrpc/call.pxd.pxi"
include "_cygrpc/channel.pxd.pxi"
include "_cygrpc/credentials.pxd.pxi"
include "_cygrpc/completion_queue.pxd.pxi"
+include "_cygrpc/metadata.pxd.pxi"
include "_cygrpc/records.pxd.pxi"
include "_cygrpc/security.pxd.pxi"
include "_cygrpc/server.pxd.pxi"