[db,conf,json] new backup endpoint

This commit is contained in:
whatdoineed2do/Ray
2020-07-11 14:10:11 +01:00
committed by ejurgensen
parent 2ca10d9bba
commit d567bd004a
4 changed files with 86 additions and 0 deletions

View File

@@ -938,6 +938,8 @@ db_watch_enum_end(struct watch_enum *we);
int
db_watch_enum_fetchwd(struct watch_enum *we, uint32_t *wd);
int
db_backup();
int
db_perthread_init(void);