We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e03fc commit 5d28c13Copy full SHA for 5d28c13
test/core/event_engine/posix/dns_server.cc
@@ -349,11 +349,12 @@ std::string DnsServer::address() const {
349
grpc_core::Crash("Unsupported platform");
350
}
351
352
-DnsQuestion DnsServer::WaitForQuestion() const {
+DnsQuestion DnsServer::WaitForQuestion(absl::string_view /*host*/) const {
353
354
355
356
-void DnsServer::SetIPv4Response(absl::Span<const uint8_t> /* ipv4_address */) {
+void DnsServer::SetIPv4Response(absl::Span<const uint8_t> /* ipv4_address */,
357
+ absl::Span<const uint8_t> /*ipv4_address*/) {
358
359
360
0 commit comments