diff options
author | Tom Gundersen <teg@jklm.no> | 2015-06-24 18:54:12 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-07-14 18:50:53 +0200 |
commit | 8300ba218e3cf5049496937be8bce10f22d09bbc (patch) | |
tree | f0be112a2c74809d87b38331cecd52af677800ec /src/resolve/resolved-dns-transaction.h | |
parent | 91b14d6ff362b938a72db17b095ee9903d07381b (diff) |
resolved: pin the server used in a transaction
We want to discover information about the server and use that in when crafting
packets to be resent.
Diffstat (limited to 'src/resolve/resolved-dns-transaction.h')
-rw-r--r-- | src/resolve/resolved-dns-transaction.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resolve/resolved-dns-transaction.h b/src/resolve/resolved-dns-transaction.h index f6d539d315..42f846e7d1 100644 --- a/src/resolve/resolved-dns-transaction.h +++ b/src/resolve/resolved-dns-transaction.h @@ -61,6 +61,9 @@ struct DnsTransaction { sd_event_source *timeout_event_source; unsigned n_attempts; + /* the active server */ + DnsServer *server; + /* TCP connection logic, if we need it */ DnsStream *stream; |