aboutsummaryrefslogtreecommitdiff
path: root/util/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/module.h')
-rw-r--r--util/module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/module.h b/util/module.h
index fa89c647e370..1eed213008c2 100644
--- a/util/module.h
+++ b/util/module.h
@@ -520,6 +520,8 @@ struct module_env {
struct edns_known_option* edns_known_options;
/* Number of known edns options */
size_t edns_known_options_num;
+ /** EDNS client tag information */
+ struct edns_tags* edns_tags;
/* Make every mesh state unique, do not aggregate mesh states. */
int unique_mesh;