mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-18 04:32:54 -05:00
ifdef CLIENT_SUBNET
This commit is contained in:
parent
fb06364014
commit
d1f5ded1d9
1 changed files with 2 additions and 0 deletions
|
|
@ -619,10 +619,12 @@ struct module_qstate {
|
|||
/** if this is a validation recursion query that does not get
|
||||
* validation itself */
|
||||
int is_valrec;
|
||||
#ifdef CLIENT_SUBNET
|
||||
/** client network address is needed for the client-subnet option
|
||||
* when probing, but we want use reply_list in mesh_info, because
|
||||
* we don't want to send a reply. */
|
||||
struct sockaddr_storage client_addr;
|
||||
#endif
|
||||
|
||||
/** comm_reply contains server replies */
|
||||
struct comm_reply* reply;
|
||||
|
|
|
|||
Loading…
Reference in a new issue