Before the API depended on the qry object which only makes sense during
resolution of requests, not when manipulating cache out of it.
VERBOSE_MSG(qry, "=> EL write failed (ret: %d)\n", ret);
return kr_ok();
}
+
if (log_refresh_by) {
VERBOSE_MSG(qry, "=> nsec_p stashed for %s (refresh by %d, hash: %x)\n",
log_dname, log_refresh_by, log_hash);
}
return ret;
}
-
*/
void entry_list_memcpy(struct entry_apex *ea, entry_list_t list);
-
-
/* Packet caching; implementation in ./entry_pkt.c */
/** Stash the packet into cache (if suitable, etc.)
int32_t get_new_ttl(const struct entry_h *entry, const struct kr_query *qry,
const knot_dname_t *owner, uint16_t type, uint32_t now);
-
/* RRset (de)materialization; implementation in ./entry_rr.c */
/** Size of the RR count field */