Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: net/dns/dns_response.h

Issue 15733008: Multicast DNS implementation (initial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdns_implementation2
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/dns/dns_response.h
diff --git a/net/dns/dns_response.h b/net/dns/dns_response.h
index 4a445d967aac11cbc651a42174378b04ed1b1be6..76c2215074d2712273094cd745114e40b9b06dbd 100644
--- a/net/dns/dns_response.h
+++ b/net/dns/dns_response.h
@@ -130,7 +130,9 @@ class NET_EXPORT_PRIVATE DnsResponse {
// Accessors for the header.
uint16 flags() const; // excluding rcode
uint8 rcode() const;
+
unsigned answer_count() const;
+ unsigned additional_answer_count() const;
// Accessors to the question. The qname is unparsed.
base::StringPiece qname() const;
« no previous file with comments | « net/dns/dns_protocol.h ('k') | net/dns/dns_response.cc » ('j') | net/dns/mdns_listener.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698