From: Lennart Poettering Date: Fri, 27 Nov 2015 18:22:35 +0000 (+0100) Subject: resolved: add one more comment with a link to the matching RFC X-Git-Tag: v229~249^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ead3519c54b6d1b79b35541873b5cf7c8b3a7d3;p=thirdparty%2Fsystemd.git resolved: add one more comment with a link to the matching RFC --- diff --git a/src/resolve/resolved-dns-rr.h b/src/resolve/resolved-dns-rr.h index f8066c06a6d..a0929618237 100644 --- a/src/resolve/resolved-dns-rr.h +++ b/src/resolve/resolved-dns-rr.h @@ -156,6 +156,7 @@ struct DnsResourceRecord { size_t signature_size; } rrsig; + /* https://tools.ietf.org/html/rfc4034#section-4.1 */ struct { char *next_domain_name; Bitmap *types;