aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/channel.cc
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <aveitch@google.com>2015-07-30 14:35:22 -0700
committerGravatar Alistair Veitch <aveitch@google.com>2015-07-30 14:35:22 -0700
commit6796805897b927a8d02eb80096c632303a97caa3 (patch)
treea7166aae6e1aa7da828b632bbd1679e2456ca9e1 /src/cpp/client/channel.cc
parentff32faf3c95fd52c08094b399ffab2d82a225335 (diff)
parentf5ed603659f4f217697e6a97c62f47ebcfa02cf2 (diff)
Merge branch 'master' into issue_2709
Diffstat (limited to 'src/cpp/client/channel.cc')
-rw-r--r--src/cpp/client/channel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/client/channel.cc b/src/cpp/client/channel.cc
index 668e437468..5df81e641e 100644
--- a/src/cpp/client/channel.cc
+++ b/src/cpp/client/channel.cc
@@ -68,7 +68,7 @@ Call Channel::CreateCall(const RpcMethod& method, ClientContext* context,
? target_.c_str()
: context->authority().c_str(),
context->raw_deadline());
- grpc_census_call_set_context(c_call, context->get_census_context());
+ grpc_census_call_set_context(c_call, context->census_context());
GRPC_TIMER_MARK(GRPC_PTAG_CPP_CALL_CREATED, c_call);
context->set_call(c_call, shared_from_this());
return Call(c_call, this, cq);