|
GRPC Core
0.10.0.0
|
#include "src/core/client_config/subchannel_factory_decorators/add_channel_arg.h"#include "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h"Functions | |
| grpc_subchannel_factory * | grpc_subchannel_factory_add_channel_arg (grpc_subchannel_factory *input, const grpc_arg *arg) |
| Takes a subchannel factory, returns a new one that mutates incoming channel_args by adding a new argument; ownership of input, arg is retained by the caller. More... | |
| grpc_subchannel_factory* grpc_subchannel_factory_add_channel_arg | ( | grpc_subchannel_factory * | input, |
| const grpc_arg * | arg | ||
| ) |
Takes a subchannel factory, returns a new one that mutates incoming channel_args by adding a new argument; ownership of input, arg is retained by the caller.
1.8.6