fixes: persistent timers
Merge request reports
Activity
18 18 #include "common-knot/hattrie/hat-trie.h" 19 19 #include "libknot/errcode.h" 20 20 21 static knot_namedb_t *init(const char *handle, mm_ctx_t *mm) 21 static int init(const char *config, knot_namedb_t **db, mm_ctx_t *mm) 22 22 { 23 return hattrie_create_n(TRIE_BUCKET_SIZE, mm); 23 if (config != NULL || db == NULL) {
Please register or sign in to reply