GRPC Core  18.0.0
Functions | Variables
workaround_utils.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/workarounds/workaround_utils.h"
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>

Functions

grpc_workaround_user_agent_mdgrpc_parse_user_agent (grpc_mdelem md)
 
void grpc_register_workaround (uint32_t id, user_agent_parser parser)
 

Variables

user_agent_parser ua_parser [GRPC_MAX_WORKAROUND_ID]
 

Function Documentation

◆ grpc_parse_user_agent()

grpc_workaround_user_agent_md* grpc_parse_user_agent ( grpc_mdelem  md)

◆ grpc_register_workaround()

void grpc_register_workaround ( uint32_t  id,
user_agent_parser  parser 
)

Variable Documentation

◆ ua_parser