|
GRPC Core
0.11.0.0
|
#include "src/core/client_config/subchannel_factory.h"Go to the source code of this file.
Functions | |
| grpc_subchannel_factory * | grpc_subchannel_factory_merge_channel_args (grpc_subchannel_factory *input, const grpc_channel_args *args) |
| Takes a subchannel factory, returns a new one that mutates incoming channel_args by adding a new argument; ownership of input, args is retained by the caller. More... | |
| grpc_subchannel_factory* grpc_subchannel_factory_merge_channel_args | ( | grpc_subchannel_factory * | input, |
| const grpc_channel_args * | args | ||
| ) |
Takes a subchannel factory, returns a new one that mutates incoming channel_args by adding a new argument; ownership of input, args is retained by the caller.
1.8.6