diff options
-rw-r--r-- | src/core/lib/surface/server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/server.cc b/src/core/lib/surface/server.cc index 0d017277dc..0acfb32e64 100644 --- a/src/core/lib/surface/server.cc +++ b/src/core/lib/surface/server.cc @@ -104,7 +104,7 @@ struct channel_data { uint32_t registered_method_max_probes; grpc_closure finish_destroy_channel_closure; grpc_closure channel_connectivity_changed; - uint32_t socket_uuid; + intptr_t socket_uuid; }; typedef struct shutdown_tag { |