diff options
author | Yash Tibrewal <yashkt@google.com> | 2018-09-12 16:58:44 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2018-09-26 19:25:30 -0700 |
commit | a1598c5abfadf9e622d21a5cc0f754b412378314 (patch) | |
tree | 2f1358e3a781f503d29fe670107732cc2227f6d7 /test/cpp/performance | |
parent | c3db7d21ce1dfbd6f25bde500af62fd1c197928f (diff) |
Create interfaces and initial plumbing for interception API
Diffstat (limited to 'test/cpp/performance')
-rw-r--r-- | test/cpp/performance/writes_per_rpc_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/performance/writes_per_rpc_test.cc b/test/cpp/performance/writes_per_rpc_test.cc index 0ea3181f7e..7b51260e5b 100644 --- a/test/cpp/performance/writes_per_rpc_test.cc +++ b/test/cpp/performance/writes_per_rpc_test.cc @@ -118,7 +118,7 @@ class EndpointPairFixture { "target", &c_args, GRPC_CLIENT_DIRECT_CHANNEL, transport); grpc_chttp2_transport_start_reading(transport, nullptr, nullptr); - channel_ = CreateChannelInternal("", channel); + channel_ = CreateChannelInternal("", channel, nullptr); } } |