#include <grpc_types.h>
Public Attributes | |
char ** | lb_policy_name |
char ** | service_config_json |
Information requested from the channel.
Definition at line 720 of file grpc_types.h.
char** grpc_channel_info::lb_policy_name |
If non-NULL, will be set to point to a string indicating the LB policy name. Caller takes ownership.
Definition at line 723 of file grpc_types.h.
char** grpc_channel_info::service_config_json |
If non-NULL, will be set to point to a string containing the service config used by the channel in JSON form.
Definition at line 726 of file grpc_types.h.