From 70c8d09edd5f7009988160defe901158eb1cb463 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Wed, 5 Aug 2020 15:56:45 +0200 Subject: [PATCH] - Process EDNS client tag review feedback --- util/edns.h | 2 +- util/module.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/util/edns.h b/util/edns.h index ee0e3de54..c92b1ba5e 100644 --- a/util/edns.h +++ b/util/edns.h @@ -77,7 +77,7 @@ struct edns_tag_addr { */ struct edns_tags* edns_tags_create(void); -/** Delete ENDS tags structure +/** Delete EDNS tags structure * @param edns_tags: struct to delete */ void edns_tags_delete(struct edns_tags* edns_tags); diff --git a/util/module.h b/util/module.h index 1d696ed0a..1eed21300 100644 --- a/util/module.h +++ b/util/module.h @@ -520,6 +520,7 @@ 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. */ -- 2.47.2