aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCWrappedCall.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/GRPCWrappedCall.h
parentf282c8f525788e6f15331bb6c94471012a7e5346 (diff)
Rename deadline to timeout
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCWrappedCall.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCWrappedCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCWrappedCall.h b/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
index 1995f1d0b5..c0a6c71c72 100644
--- a/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
+++ b/src/objective-c/GRPCClient/private/GRPCWrappedCall.h
@@ -77,7 +77,7 @@
- (instancetype)initWithHost:(NSString *)host
serverName:(NSString *)serverName
path:(NSString *)path
- deadline:(UInt64)deadline NS_DESIGNATED_INITIALIZER;
+ timeout:(UInt64)timeout NS_DESIGNATED_INITIALIZER;
- (void)startBatchWithOperations:(NSArray *)ops errorHandler:(void(^)())errorHandler;