resolved: comment headers better

This commit is contained in:
Lennart Poettering 2018-12-04 20:52:43 +01:00
parent ec962fba62
commit 51bc63fef2
2 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,8 @@ struct DnsServer {
int ifindex; /* for IPv6 link-local DNS servers */
char *server_string;
/* The long-lived stream towards this server. */
DnsStream *stream;
#if ENABLE_DNS_OVER_TLS

View File

@ -59,7 +59,7 @@ struct DnsStream {
LIST_HEAD(DnsTransaction, transactions); /* when used by the transaction logic */
DnsServer *server; /* when used by the transaction logic */
DnsQuery *query; /* when used by the DNS stub logic */
DnsQuery *query; /* when used by the DNS stub logic */
/* used when DNS-over-TLS is enabled */
bool encrypted:1;