aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCHost.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-07-05 17:23:57 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-07-05 17:23:57 +0000
commit82360c86d7d4ed582de3882c089e1a18dcc906f9 (patch)
tree41a6e3107ab4855edf251763c8b723ff3e187054 /src/objective-c/GRPCClient/private/GRPCHost.h
parent86ffd65c84956f5e274beb11b34d8ea0bfc9a4af (diff)
parentbe7f2a41ab2718b59e82e28913941aeec2f0bed2 (diff)
Merge github.com:grpc/grpc into epex7
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCHost.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCHost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCHost.h b/src/objective-c/GRPCClient/private/GRPCHost.h
index 4b1f780dd2..0c1d715240 100644
--- a/src/objective-c/GRPCClient/private/GRPCHost.h
+++ b/src/objective-c/GRPCClient/private/GRPCHost.h
@@ -54,6 +54,7 @@ struct grpc_channel_credentials;
/** Create a grpc_call object to the provided path on this host. */
- (nullable struct grpc_call *)unmanagedCallWithPath:(NSString *)path
+ serverName:(NSString *)serverName
completionQueue:(GRPCCompletionQueue *)queue;
// TODO: There's a race when a new RPC is coming through just as an existing one is getting