mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Add querysrc_address and querysrc_dispatch.
This commit is contained in:
parent
bd1dfb7939
commit
1340f42b21
@ -19,6 +19,7 @@
|
||||
#define NS_SERVER_H 1
|
||||
|
||||
#include <isc/log.h>
|
||||
#include <isc/sockaddr.h>
|
||||
#include <isc/types.h>
|
||||
#include <isc/quota.h>
|
||||
|
||||
@ -57,6 +58,8 @@ struct ns_server {
|
||||
ns_interfacemgr_t * interfacemgr;
|
||||
dns_db_t * roothints;
|
||||
dns_tkey_ctx_t * tkeyctx;
|
||||
isc_sockaddr_t querysrc_address;
|
||||
dns_dispatch_t * querysrc_dispatch;
|
||||
|
||||
isc_mutex_t reload_event_lock;
|
||||
isc_event_t * reload_event;
|
||||
|
Loading…
x
Reference in New Issue
Block a user