aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/server.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-05 12:17:44 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-05 12:17:44 -0700
commitc3a0a5bcb550ebfe209d2def5ec669bb0ae32639 (patch)
tree1d79159ab66ff0e55f0ab8f881aaa1f15556a354 /src/core/lib/surface/server.cc
parente36b2aacecf78962a6c48f306770865718ed986a (diff)
fix objc
Diffstat (limited to 'src/core/lib/surface/server.cc')
-rw-r--r--src/core/lib/surface/server.cc2
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 {