GRPC Core  18.0.0
Variables
client_load_reporting_filter.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h"
#include <string.h>
#include <grpc/support/atm.h>
#include <grpc/support/log.h>
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h"
#include "src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/profiling/timers.h"

Variables

const grpc_channel_filter grpc_client_load_reporting_filter
 

Variable Documentation

◆ grpc_client_load_reporting_filter

const grpc_channel_filter grpc_client_load_reporting_filter
Initial value:
= {
clr_start_transport_stream_op_batch,
sizeof(call_data),
clr_init_call_elem,
clr_destroy_call_elem,
0,
clr_init_channel_elem,
clr_destroy_channel_elem,
"client_load_reporting"}
void grpc_channel_next_get_info(grpc_channel_element *elem, const grpc_channel_info *channel_info)
Definition: channel_stack.cc:243
void grpc_call_stack_ignore_set_pollset_or_pollset_set(grpc_call_element *, grpc_polling_entity *)
Definition: channel_stack.cc:218
void grpc_channel_next_op(grpc_channel_element *elem, grpc_transport_op *op)
Definition: channel_stack.cc:249
struct connected_channel_call_data call_data