aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-17 10:49:30 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-17 11:42:04 -0700
commit86ff72bb4736cb9333505baeb324386cfa24bcb9 (patch)
tree0d2f92d47a6a157ef59c1586c6d5bf968142d371 /src/objective-c/GRPCClient/private/GRPCChannelPool.m
parent677ab86b4a8567197550d6969a4d5bd76b8206e1 (diff)
Add missing type information
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.m')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.m b/src/objective-c/GRPCClient/private/GRPCChannelPool.m
index 680b268dcf..c46b9ddfc8 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.m
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.m
@@ -363,7 +363,7 @@ const NSTimeInterval kChannelDestroyDelay = 30;
return channel;
}
-- (void)unrefChannelWithConfiguration:configuration {
+- (void)unrefChannelWithConfiguration:(GRPCChannelConfiguration *)configuration {
dispatch_sync(_dispatchQueue, ^{
if ([self->_channelPool objectForKey:configuration]) {
[self->_callRefs[configuration] unrefChannel];