diff options
author | David Garcia Quintas <dgq@google.com> | 2015-10-19 17:55:29 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-10-19 17:55:29 -0700 |
commit | 85ccb8cc6194f7f34418baa3aa7af819779797fa (patch) | |
tree | 2b6b3402750d477af04378dc7b1e970c6e1c1639 /test | |
parent | b5ab8a29f5e996c6be65212081cc219f100f57fb (diff) |
added grpc_client_uchannel_set_subchannel func
Diffstat (limited to 'test')
-rw-r--r-- | test/core/end2end/fixtures/h2_uchannel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/fixtures/h2_uchannel.c b/test/core/end2end/fixtures/h2_uchannel.c index e6f38c4634..d1f9d38b82 100644 --- a/test/core/end2end/fixtures/h2_uchannel.c +++ b/test/core/end2end/fixtures/h2_uchannel.c @@ -264,6 +264,7 @@ static void chttp2_init_client_micro_fullstack(grpc_end2end_test_fixture *f, GPR_ASSERT(conn_state == GRPC_CHANNEL_IDLE); GPR_ASSERT(ffd->sniffed_subchannel != NULL); f->client = grpc_client_uchannel_create(ffd->sniffed_subchannel, client_args); + grpc_client_uchannel_set_subchannel(f->client, ffd->sniffed_subchannel); gpr_log(GPR_INFO, "CHANNEL WRAPPING SUBCHANNEL: %p(%p)", f->client, ffd->sniffed_subchannel); |