GRPC Core  0.10.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
add_channel_arg.h File Reference
#include "src/core/client_config/subchannel_factory.h"

Go to the source code of this file.

Functions

grpc_subchannel_factorygrpc_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...
 

Function Documentation

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.