diff options
author | Vijay Pai <vpai@google.com> | 2016-10-20 09:41:33 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-10-20 09:41:33 -0700 |
commit | 5ee07978bd13b49f0d04792b27f7d147119156de (patch) | |
tree | 460270d4001bc7f802751c0f33339c1534447601 /src/core/ext/client_config/subchannel.h | |
parent | 9fa9315d62c3163a93eeae2b3d3bb70231567b83 (diff) | |
parent | 68469290d7b6ed9ac8a976a2fe9c79c9701b0f13 (diff) |
Merge branch 'master' into fc_1dstream
Diffstat (limited to 'src/core/ext/client_config/subchannel.h')
-rw-r--r-- | src/core/ext/client_config/subchannel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ext/client_config/subchannel.h b/src/core/ext/client_config/subchannel.h index 3330621071..f8de26dfd5 100644 --- a/src/core/ext/client_config/subchannel.h +++ b/src/core/ext/client_config/subchannel.h @@ -38,6 +38,7 @@ #include "src/core/lib/channel/channel_stack.h" #include "src/core/lib/iomgr/polling_entity.h" #include "src/core/lib/transport/connectivity_state.h" +#include "src/core/lib/transport/metadata.h" /** A (sub-)channel that knows how to connect to exactly one target address. Provides a target for load balancing. */ @@ -110,7 +111,7 @@ void grpc_subchannel_call_unref(grpc_exec_ctx *exec_ctx, /** construct a subchannel call */ grpc_error *grpc_connected_subchannel_create_call( grpc_exec_ctx *exec_ctx, grpc_connected_subchannel *connected_subchannel, - grpc_polling_entity *pollent, gpr_timespec deadline, + grpc_polling_entity *pollent, grpc_mdstr *path, gpr_timespec deadline, grpc_subchannel_call **subchannel_call); /** process a transport level op */ |