* This builtin module caches whole packets from/for negative answers.
*
* Note: it also persists some QUERY_DNSSEC_* flags.
- * The ranks are stored in *rrset->additional (all are the same for one packet).
+ * The ranks are stored in *(uint8_t *)rrset->additional (all are the same for one packet).
*/
#include <libknot/descriptor.h>
* Produce phase: if an RRset answering the query exists, the packet is filled
* by it, including the corresponding RRSIGs (subject to some conditions).
* Such a packet is recognizable: pkt->size == PKT_SIZE_NOWIRE, and QUERY_CACHED
- * is set in the query. The ranks are stored in *rrset->additional.
+ * is set in the query. The ranks are stored in *(uint8_t *)rrset->additional.
*
* TODO
*/