diff options
Diffstat (limited to 'util/data/msgreply.h')
| -rw-r--r-- | util/data/msgreply.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/data/msgreply.h b/util/data/msgreply.h index ccbd0d748381..e8d6d762e01a 100644 --- a/util/data/msgreply.h +++ b/util/data/msgreply.h @@ -305,8 +305,9 @@ void query_entry_delete(void *q, void* arg); /** delete reply_info data structure */ void reply_info_delete(void* d, void* arg); -/** calculate hash value of query_info, lowercases the qname */ -hashvalue_t query_info_hash(struct query_info *q); +/** calculate hash value of query_info, lowercases the qname, + * uses CD flag for AAAA qtype */ +hashvalue_t query_info_hash(struct query_info *q, uint16_t flags); /** * Setup query info entry |
