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

Data Structures

struct  call_data
 
struct  channel_data
 

Typedefs

typedef struct call_data call_data
 
typedef struct channel_data channel_data
 

Variables

const grpc_channel_filter grpc_no_op_filter
 

Typedef Documentation

typedef struct call_data call_data
typedef struct channel_data channel_data

Variable Documentation

const grpc_channel_filter grpc_no_op_filter
Initial value:
= {noop_start_transport_stream_op,
sizeof(call_data),
init_call_elem,
destroy_call_elem,
sizeof(channel_data),
init_channel_elem,
destroy_channel_elem,
"no-op"}
char * grpc_call_next_get_peer(grpc_call_element *elem)
Definition: channel_stack.c:194
Definition: client_auth_filter.c:69
void grpc_channel_next_op(grpc_channel_element *elem, grpc_transport_op *op)
Definition: channel_stack.c:199
struct call_data call_data