17 #ifndef GRPC_CORE_EXT_FILTERS_WORKAROUNDS_WORKAROUND_UTILS_H 18 #define GRPC_CORE_EXT_FILTERS_WORKAROUNDS_WORKAROUND_UTILS_H 26 #define GRPC_WORKAROUND_PRIORITY_HIGH 10001 27 #define GRPC_WORKAROUND_PROIRITY_LOW 9999 bool(* user_agent_parser)(grpc_mdelem)
Definition: workaround_utils.h:35
bool workaround_active[GRPC_MAX_WORKAROUND_ID]
Definition: workaround_utils.h:30
Definition: workaround_utils.h:29
Definition: metadata.h:98
struct grpc_workaround_user_agent_md grpc_workaround_user_agent_md
void grpc_register_workaround(uint32_t id, user_agent_parser parser)
Definition: workaround_utils.cc:50
grpc_workaround_user_agent_md * grpc_parse_user_agent(grpc_mdelem md)
Definition: workaround_utils.cc:30
Definition: workaround_list.h:28