aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/grpc/_cython/cygrpc.pxd
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-12-31 20:43:58 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-12-31 20:43:58 +0000
commit7b9c0233914a70fe20139fe5604b3b9b73a20e3c (patch)
tree6b98d14684153f673e5052480567200d925fe084 /src/python/grpcio/grpc/_cython/cygrpc.pxd
parent81edf5ff9af2d90813773acb9c2793e1a4cd1057 (diff)
Reform cygrpc.OperationTag and cygrpc.Event
Rather than single classes they are now broken up into class families with each class containing only those fields and methods that are needed in the context in which the class is used.
Diffstat (limited to 'src/python/grpcio/grpc/_cython/cygrpc.pxd')
-rw-r--r--src/python/grpcio/grpc/_cython/cygrpc.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc/_cython/cygrpc.pxd b/src/python/grpcio/grpc/_cython/cygrpc.pxd
index ad229de0ae..b32fa518fc 100644
--- a/src/python/grpcio/grpc/_cython/cygrpc.pxd
+++ b/src/python/grpcio/grpc/_cython/cygrpc.pxd
@@ -18,8 +18,10 @@ include "_cygrpc/call.pxd.pxi"
include "_cygrpc/channel.pxd.pxi"
include "_cygrpc/credentials.pxd.pxi"
include "_cygrpc/completion_queue.pxd.pxi"
+include "_cygrpc/event.pxd.pxi"
include "_cygrpc/metadata.pxd.pxi"
include "_cygrpc/operation.pxd.pxi"
include "_cygrpc/records.pxd.pxi"
include "_cygrpc/security.pxd.pxi"
include "_cygrpc/server.pxd.pxi"
+include "_cygrpc/tag.pxd.pxi"