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