GRPC Core  0.10.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions
merge_channel_args.c File Reference
#include "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h"
#include <grpc/support/alloc.h>
#include "src/core/channel/channel_args.h"

Data Structures

struct  merge_args_factory
 

Functions

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

Function Documentation

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.