Explorar el Código

Merge pull request #24542 from ananda1066/address_name

Added ADDRESS_NAME arg to resolver.h.
Alisha Nanda hace 5 años
padre
commit
e7e1cdb128
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/core/ext/filters/client_channel/resolver.h

+ 3 - 0
src/core/ext/filters/client_channel/resolver.h

@@ -32,6 +32,9 @@
 
 
 extern grpc_core::DebugOnlyTraceFlag grpc_trace_resolver_refcount;
 extern grpc_core::DebugOnlyTraceFlag grpc_trace_resolver_refcount;
 
 
+// Name associated with individual address, if available.
+#define GRPC_ARG_ADDRESS_NAME "grpc.address_name";
+
 namespace grpc_core {
 namespace grpc_core {
 
 
 /// Interface for name resolution.
 /// Interface for name resolution.