Skip to content
Snippets Groups Projects

fixes: persistent timers

Merged Jan Včelák requested to merge persistent-timers-fixes into 1.6

Merge request reports

Approval is optional

Merged by avatar (Apr 18, 2025 6:14am UTC)

Merge details

  • Changes merged into 1.6 with c1f19f7e.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Loading