|
|
|
@ -31,8 +31,8 @@ |
|
|
|
|
* |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#ifndef GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_REGISTRY_H |
|
|
|
|
#define GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_REGISTRY_H |
|
|
|
|
#ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_REGISTRY_H |
|
|
|
|
#define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_REGISTRY_H |
|
|
|
|
|
|
|
|
|
#include "src/core/ext/filters/client_channel/resolver_factory.h" |
|
|
|
|
#include "src/core/lib/iomgr/pollset_set.h" |
|
|
|
@ -81,4 +81,4 @@ char *grpc_get_default_authority(grpc_exec_ctx *exec_ctx, const char *target); |
|
|
|
|
char *grpc_resolver_factory_add_default_prefix_if_needed( |
|
|
|
|
grpc_exec_ctx *exec_ctx, const char *target); |
|
|
|
|
|
|
|
|
|
#endif /* GRPC_CORE_EXT_CLIENT_CHANNEL_RESOLVER_REGISTRY_H */ |
|
|
|
|
#endif /* GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_RESOLVER_REGISTRY_H */ |
|
|
|
|