| GRPC Core
    0.10.0.0
    | 
#include <grpc/grpc.h>#include <stdlib.h>#include <string.h>#include <grpc/support/alloc.h>#include "src/core/channel/channel_args.h"#include "src/core/channel/client_channel.h"#include "src/core/channel/compress_filter.h"#include "src/core/channel/http_client_filter.h"#include "src/core/client_config/resolver_registry.h"#include "src/core/iomgr/tcp_client.h"#include "src/core/surface/channel.h"#include "src/core/transport/chttp2_transport.h"| Data Structures | |
| struct | connector | 
| struct | subchannel_factory | 
| Macros | |
| #define | MAX_FILTERS 3 | 
| Functions | |
| grpc_channel * | grpc_insecure_channel_create (const char *target, const grpc_channel_args *args) | 
| Create a client channel to 'target'.  More... | |
| #define MAX_FILTERS 3 | 
| grpc_channel* grpc_insecure_channel_create | ( | const char * | target, | 
| const grpc_channel_args * | args | ||
| ) | 
Create a client channel to 'target'.
Additional channel level configuration MAY be provided by grpc_channel_args, though the expectation is that most clients will want to simply pass NULL. See grpc_channel_args definition for more on this. The data in 'args' need only live through the invocation of this function.
 1.8.6
 1.8.6