]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dns-stream.h
resolved: keep stub stream connections up for as long as client wants
[thirdparty/systemd.git] / src / resolve / resolved-dns-stream.h
index 2c6d9c00b9caaddea60541660a6698eb1dad55c6..780051b38a419ae5e6e25cff5adf4b7b7de2fb52 100644 (file)
@@ -68,7 +68,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 */
+        Set *queries;                            /* when used by the DNS stub logic */
 
         /* used when DNS-over-TLS is enabled */
         bool encrypted:1;