diff options
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 ce4b69d6c510..e0b346419e9b 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; |