| 
    GRPC Core
    0.11.0.0
    
   | 
 
#include <grpc/grpc.h>#include <string.h>#include "src/core/channel/channel_stack.h"#include "src/core/surface/channel.h"#include "src/core/surface/call.h"#include <grpc/support/alloc.h>#include <grpc/support/log.h>Data Structures | |
| struct | call_data | 
| struct | channel_data | 
Macros | |
| #define | CHANNEL_STACK_FROM_CHANNEL(c) ((grpc_channel_stack *)((c) + 1)) | 
Functions | |
| grpc_channel * | grpc_lame_client_channel_create (const char *target, grpc_status_code error_code, const char *error_message) | 
| Create a lame client: this client fails every operation attempted on it.  More... | |
| #define CHANNEL_STACK_FROM_CHANNEL | ( | c | ) | ((grpc_channel_stack *)((c) + 1)) | 
| grpc_channel* grpc_lame_client_channel_create | ( | const char * | target, | 
| grpc_status_code | error_code, | ||
| const char * | error_message | ||
| ) | 
Create a lame client: this client fails every operation attempted on it.
 1.8.6