Revert "Revert "[EventEngine] Make `AresResolver` build compatible with older…" (#34328)

Reverts grpc/grpc#34325

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/34335/head
Yijie Ma 1 year ago committed by GitHub
parent d713427cec
commit dcd0f6b8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Package.swift
  2. 4
      build_autogenerated.yaml
  3. 2
      gRPC-C++.podspec
  4. 2
      gRPC-Core.podspec
  5. 1
      grpc.gemspec
  6. 1
      package.xml
  7. 1
      src/core/BUILD
  8. 9
      src/core/lib/event_engine/ares_resolver.cc
  9. 102
      src/core/lib/event_engine/nameser.h
  10. 1
      tools/doxygen/Doxyfile.c++.internal
  11. 1
      tools/doxygen/Doxyfile.core.internal

1
Package.swift generated

@ -1087,6 +1087,7 @@ let package = Package(
"src/core/lib/event_engine/handle_containers.h",
"src/core/lib/event_engine/memory_allocator.cc",
"src/core/lib/event_engine/memory_allocator_factory.h",
"src/core/lib/event_engine/nameser.h",
"src/core/lib/event_engine/poller.h",
"src/core/lib/event_engine/posix.h",
"src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc",

@ -697,6 +697,7 @@ libs:
- src/core/lib/event_engine/grpc_polled_fd.h
- src/core/lib/event_engine/handle_containers.h
- src/core/lib/event_engine/memory_allocator_factory.h
- src/core/lib/event_engine/nameser.h
- src/core/lib/event_engine/poller.h
- src/core/lib/event_engine/posix.h
- src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h
@ -2109,6 +2110,7 @@ libs:
- src/core/lib/event_engine/grpc_polled_fd.h
- src/core/lib/event_engine/handle_containers.h
- src/core/lib/event_engine/memory_allocator_factory.h
- src/core/lib/event_engine/nameser.h
- src/core/lib/event_engine/poller.h
- src/core/lib/event_engine/posix.h
- src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h
@ -4122,6 +4124,7 @@ libs:
- src/core/lib/event_engine/grpc_polled_fd.h
- src/core/lib/event_engine/handle_containers.h
- src/core/lib/event_engine/memory_allocator_factory.h
- src/core/lib/event_engine/nameser.h
- src/core/lib/event_engine/poller.h
- src/core/lib/event_engine/posix.h
- src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h
@ -15637,6 +15640,7 @@ targets:
- src/core/lib/event_engine/grpc_polled_fd.h
- src/core/lib/event_engine/handle_containers.h
- src/core/lib/event_engine/memory_allocator_factory.h
- src/core/lib/event_engine/nameser.h
- src/core/lib/event_engine/poller.h
- src/core/lib/event_engine/posix.h
- src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h

2
gRPC-C++.podspec generated

@ -768,6 +768,7 @@ Pod::Spec.new do |s|
'src/core/lib/event_engine/grpc_polled_fd.h',
'src/core/lib/event_engine/handle_containers.h',
'src/core/lib/event_engine/memory_allocator_factory.h',
'src/core/lib/event_engine/nameser.h',
'src/core/lib/event_engine/poller.h',
'src/core/lib/event_engine/posix.h',
'src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h',
@ -1836,6 +1837,7 @@ Pod::Spec.new do |s|
'src/core/lib/event_engine/grpc_polled_fd.h',
'src/core/lib/event_engine/handle_containers.h',
'src/core/lib/event_engine/memory_allocator_factory.h',
'src/core/lib/event_engine/nameser.h',
'src/core/lib/event_engine/poller.h',
'src/core/lib/event_engine/posix.h',
'src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h',

2
gRPC-Core.podspec generated

@ -1188,6 +1188,7 @@ Pod::Spec.new do |s|
'src/core/lib/event_engine/handle_containers.h',
'src/core/lib/event_engine/memory_allocator.cc',
'src/core/lib/event_engine/memory_allocator_factory.h',
'src/core/lib/event_engine/nameser.h',
'src/core/lib/event_engine/poller.h',
'src/core/lib/event_engine/posix.h',
'src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc',
@ -2589,6 +2590,7 @@ Pod::Spec.new do |s|
'src/core/lib/event_engine/grpc_polled_fd.h',
'src/core/lib/event_engine/handle_containers.h',
'src/core/lib/event_engine/memory_allocator_factory.h',
'src/core/lib/event_engine/nameser.h',
'src/core/lib/event_engine/poller.h',
'src/core/lib/event_engine/posix.h',
'src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h',

1
grpc.gemspec generated

@ -1093,6 +1093,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/event_engine/handle_containers.h )
s.files += %w( src/core/lib/event_engine/memory_allocator.cc )
s.files += %w( src/core/lib/event_engine/memory_allocator_factory.h )
s.files += %w( src/core/lib/event_engine/nameser.h )
s.files += %w( src/core/lib/event_engine/poller.h )
s.files += %w( src/core/lib/event_engine/posix.h )
s.files += %w( src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc )

1
package.xml generated

@ -1075,6 +1075,7 @@
<file baseinstalldir="/" name="src/core/lib/event_engine/handle_containers.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/event_engine/memory_allocator.cc" role="src" />
<file baseinstalldir="/" name="src/core/lib/event_engine/memory_allocator_factory.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/event_engine/nameser.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/event_engine/poller.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/event_engine/posix.h" role="src" />
<file baseinstalldir="/" name="src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc" role="src" />

@ -2394,6 +2394,7 @@ grpc_cc_library(
hdrs = [
"lib/event_engine/ares_resolver.h",
"lib/event_engine/grpc_polled_fd.h",
"lib/event_engine/nameser.h",
"lib/event_engine/posix_engine/grpc_polled_fd_posix.h",
],
external_deps = [

@ -22,6 +22,7 @@
#include "src/core/lib/iomgr/port.h"
// IWYU pragma: no_include <ares_version.h>
// IWYU pragma: no_include <arpa/inet.h>
// IWYU pragma: no_include <arpa/nameser.h>
// IWYU pragma: no_include <inttypes.h>
@ -33,7 +34,15 @@
#if GRPC_ARES == 1
#include <ares.h>
#if ARES_VERSION >= 0x011200
// c-ares 1.18.0 or later starts to provide ares_nameser.h as a public header.
#include <ares_nameser.h>
#else
#include "src/core/lib/event_engine/nameser.h" // IWYU pragma: keep
#endif
#include <string.h>
#include <algorithm>

@ -0,0 +1,102 @@
// Copyright 2023 The gRPC Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef GRPC_SRC_CORE_LIB_EVENT_ENGINE_NAMESER_H
#define GRPC_SRC_CORE_LIB_EVENT_ENGINE_NAMESER_H
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/port.h"
#ifdef GRPC_HAVE_ARPA_NAMESER
#include <arpa/nameser.h> // IWYU pragma: keep
#else // GRPC_HAVE_ARPA_NAMESER
typedef enum __ns_class {
ns_c_invalid = 0, // Cookie.
ns_c_in = 1, // Internet.
ns_c_2 = 2, // unallocated/unsupported.
ns_c_chaos = 3, // MIT Chaos-net.
ns_c_hs = 4, // MIT Hesiod.
// Query class values which do not appear in resource records
ns_c_none = 254, // for prereq. sections in update requests
ns_c_any = 255, // Wildcard match.
ns_c_max = 65536
} ns_class;
typedef enum __ns_type {
ns_t_invalid = 0, // Cookie.
ns_t_a = 1, // Host address.
ns_t_ns = 2, // Authoritative server.
ns_t_md = 3, // Mail destination.
ns_t_mf = 4, // Mail forwarder.
ns_t_cname = 5, // Canonical name.
ns_t_soa = 6, // Start of authority zone.
ns_t_mb = 7, // Mailbox domain name.
ns_t_mg = 8, // Mail group member.
ns_t_mr = 9, // Mail rename name.
ns_t_null = 10, // Null resource record.
ns_t_wks = 11, // Well known service.
ns_t_ptr = 12, // Domain name pointer.
ns_t_hinfo = 13, // Host information.
ns_t_minfo = 14, // Mailbox information.
ns_t_mx = 15, // Mail routing information.
ns_t_txt = 16, // Text strings.
ns_t_rp = 17, // Responsible person.
ns_t_afsdb = 18, // AFS cell database.
ns_t_x25 = 19, // X_25 calling address.
ns_t_isdn = 20, // ISDN calling address.
ns_t_rt = 21, // Router.
ns_t_nsap = 22, // NSAP address.
ns_t_nsap_ptr = 23, // Reverse NSAP lookup (deprecated).
ns_t_sig = 24, // Security signature.
ns_t_key = 25, // Security key.
ns_t_px = 26, // X.400 mail mapping.
ns_t_gpos = 27, // Geographical position (withdrawn).
ns_t_aaaa = 28, // Ip6 Address.
ns_t_loc = 29, // Location Information.
ns_t_nxt = 30, // Next domain (security).
ns_t_eid = 31, // Endpoint identifier.
ns_t_nimloc = 32, // Nimrod Locator.
ns_t_srv = 33, // Server Selection.
ns_t_atma = 34, // ATM Address
ns_t_naptr = 35, // Naming Authority PoinTeR
ns_t_kx = 36, // Key Exchange
ns_t_cert = 37, // Certification record
ns_t_a6 = 38, // IPv6 address (deprecates AAAA)
ns_t_dname = 39, // Non-terminal DNAME (for IPv6)
ns_t_sink = 40, // Kitchen sink (experimentatl)
ns_t_opt = 41, // EDNS0 option (meta-RR)
ns_t_apl = 42, // Address prefix list (RFC3123)
ns_t_ds = 43, // Delegation Signer (RFC4034)
ns_t_sshfp = 44, // SSH Key Fingerprint (RFC4255)
ns_t_rrsig = 46, // Resource Record Signature (RFC4034)
ns_t_nsec = 47, // Next Secure (RFC4034)
ns_t_dnskey = 48, // DNS Public Key (RFC4034)
ns_t_tkey = 249, // Transaction key
ns_t_tsig = 250, // Transaction signature.
ns_t_ixfr = 251, // Incremental zone transfer.
ns_t_axfr = 252, // Transfer zone of authority.
ns_t_mailb = 253, // Transfer mailbox records.
ns_t_maila = 254, // Transfer mail agent records.
ns_t_any = 255, // Wildcard match.
ns_t_zxfr = 256, // BIND-specific, nonstandard.
ns_t_max = 65536
} ns_type;
#endif // GRPC_HAVE_ARPA_NAMESER
#endif // GRPC_SRC_CORE_LIB_EVENT_ENGINE_NAMESER_H

@ -2090,6 +2090,7 @@ src/core/lib/event_engine/grpc_polled_fd.h \
src/core/lib/event_engine/handle_containers.h \
src/core/lib/event_engine/memory_allocator.cc \
src/core/lib/event_engine/memory_allocator_factory.h \
src/core/lib/event_engine/nameser.h \
src/core/lib/event_engine/poller.h \
src/core/lib/event_engine/posix.h \
src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc \

@ -1868,6 +1868,7 @@ src/core/lib/event_engine/grpc_polled_fd.h \
src/core/lib/event_engine/handle_containers.h \
src/core/lib/event_engine/memory_allocator.cc \
src/core/lib/event_engine/memory_allocator_factory.h \
src/core/lib/event_engine/nameser.h \
src/core/lib/event_engine/poller.h \
src/core/lib/event_engine/posix.h \
src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc \

Loading…
Cancel
Save