Skip to content
Snippets Groups Projects
Verified Commit 7730db36 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Petr Špaček
Browse files

fixup! gc: handle the NS multi-entries much better

parent bff9b790
Branches
Tags
1 merge request!817cache garbage collector
......@@ -237,7 +237,7 @@ int entry_h_splice(
const struct kr_query *qry, struct kr_cache *cache, uint32_t timestamp);
/** Parse an entry_apex into individual items. @return error code. */
int entry_list_parse(const knot_db_val_t val, entry_list_t list);
KR_EXPORT int entry_list_parse(const knot_db_val_t val, entry_list_t list);
static inline size_t to_even(size_t n)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment