aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannel.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-08-30 15:36:47 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-08-30 15:37:45 -0700
commitc7c8e3cb1712438c64b1212911b6c22165982426 (patch)
tree0d173f0c0585582250af4d00d5101ac9e56bad6d /src/objective-c/GRPCClient/private/GRPCChannel.h
parentf282c8f525788e6f15331bb6c94471012a7e5346 (diff)
Rename deadline to timeout
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannel.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannel.h b/src/objective-c/GRPCClient/private/GRPCChannel.h
index 67d78c3a44..9dff86c271 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannel.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannel.h
@@ -63,6 +63,6 @@ struct grpc_channel_credentials;
- (nullable grpc_call *)unmanagedCallWithPath:(nonnull NSString *)path
serverName:(nonnull NSString *)serverName
- deadline:(UInt64)deadline
+ timeout:(UInt64)timeout
completionQueue:(nonnull GRPCCompletionQueue *)queue;
@end