]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolved: add comment, explaining when Scope variables are copied from Link
authorLennart Poettering <lennart@poettering.net>
Tue, 4 Dec 2018 12:00:19 +0000 (13:00 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Dec 2018 10:04:11 +0000 (11:04 +0100)
src/resolve/resolved-dns-scope.h

index 37a720b1ec7f9b2cf91fb5f1288ace3da5367921..7b7236751ba3f7c614aaf1239cc2da60c8b10b88 100644 (file)
@@ -28,6 +28,8 @@ struct DnsScope {
 
         DnsProtocol protocol;
         int family;
+
+        /* Copied at scope creation time from the link/manager */
         DnssecMode dnssec_mode;
         DnsOverTlsMode dns_over_tls_mode;