diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:53:39 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:53:39 +0000 | 
| commit | 6cacf549d3c2d5bddb0dcadd620e1db2897c7f26 (patch) | |
| tree | e187e7d708a063f1628697fe779e2bb101d451b8 /services/view.h | |
| parent | fbdb9ac866a647da0919b224f05cca039afc02fa (diff) | |
Diffstat (limited to 'services/view.h')
| -rw-r--r-- | services/view.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/services/view.h b/services/view.h index ce4b69d6c5108..e0b346419e9bd 100644 --- a/services/view.h +++ b/services/view.h @@ -47,6 +47,7 @@  struct regional;  struct config_file;  struct config_view; +struct respip_set;  /** @@ -71,6 +72,8 @@ struct view {  	char* name;  	/** view specific local authority zones */  	struct local_zones* local_zones; +	/** response-ip configuration data for this view */ +	struct respip_set* respip_set;  	/** Fallback to global local_zones when there is no match in the view  	 * specific tree. 1 for yes, 0 for no */	  	int isfirst;  | 
