summaryrefslogtreecommitdiff
path: root/util/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/module.h')
-rw-r--r--util/module.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/module.h b/util/module.h
index abad3c8dd114..edce4a523759 100644
--- a/util/module.h
+++ b/util/module.h
@@ -177,6 +177,7 @@ struct val_anchors;
struct val_neg_cache;
struct iter_forwards;
struct iter_hints;
+struct views;
struct respip_set;
struct respip_client_info;
struct respip_addr_info;
@@ -524,6 +525,10 @@ struct module_env {
* data structure.
*/
struct iter_hints* hints;
+ /** views structure containing view tree */
+ struct views* views;
+ /** response-ip set with associated actions and tags. */
+ struct respip_set* respip_set;
/** module specific data. indexed by module id. */
void* modinfo[MAX_MODULE];