Skip to content
Snippets Groups Projects

persistent timers in storage subdirectory

Merged Jan Včelák requested to merge timers-in-storage-subdir into master
+ 36
6
Compare changes
  • Side-by-side
  • Inline
Files
@@ -42,7 +42,7 @@ struct namedb_api {
/* Context operations */
knot_namedb_t *(*init)(const char *handle, mm_ctx_t *mm);
knot_namedb_t *(*init)(const char *config, mm_ctx_t *mm);
void (*deinit)(knot_namedb_t *db);
/* Transactions */
Loading