diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:06:34 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:06:34 +0000 | 
| commit | bd51c20871bac7a49ea0adc443050f2894cfd5f3 (patch) | |
| tree | c551994131aa8f3315a21aeaf4f9bc2a8b757e89 /daemon/daemon.h | |
| parent | 27c2fff0f2fef695b0599fc3931cacfc16376e88 (diff) | |
Diffstat (limited to 'daemon/daemon.h')
| -rw-r--r-- | daemon/daemon.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/daemon/daemon.h b/daemon/daemon.h index 48c0b4f78a00..9177c0fd6bce 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -53,6 +53,7 @@ struct module_env;  struct rrset_cache;  struct acl_list;  struct local_zones; +struct views;  struct ub_randstate;  struct daemon_remote; @@ -111,6 +112,8 @@ struct daemon {  	struct timeval time_last_stat;  	/** time when daemon started */  	struct timeval time_boot; +	/** views structure containing view tree */ +	struct views* views;  #ifdef USE_DNSTAP  	/** the dnstap environment master value, copied and changed by threads*/  	struct dt_env* dtenv;  | 
