- Process EDNS client tag review feedback

This commit is contained in:
Ralph Dolmans 2020-08-05 15:56:45 +02:00
parent 200e22ceea
commit 70c8d09edd
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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. */