aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-20 09:29:28 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-27 13:54:14 -0800
commitcce17ac033ac89563141f8c4cad9c842adac37ef (patch)
treea38cfe75367bcd1790c467be818a7afbf13fd319 /src/core/surface/channel.c
parent79d9a990ff89fd12821a2c88631e194c8da4342d (diff)
First compiling version of the new C api.
Diffstat (limited to 'src/core/surface/channel.c')
-rw-r--r--src/core/surface/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/surface/channel.c b/src/core/surface/channel.c
index a1bcea58dd..d63fb4e141 100644
--- a/src/core/surface/channel.c
+++ b/src/core/surface/channel.c
@@ -74,7 +74,7 @@ grpc_channel *grpc_channel_create_from_filters(
static void do_nothing(void *ignored, grpc_op_error error) {}
-grpc_call *grpc_channel_create_call(grpc_channel *channel, const char *method,
+grpc_call *grpc_channel_create_call_old(grpc_channel *channel, const char *method,
const char *host,
gpr_timespec absolute_deadline) {
grpc_call *call;