This commit is contained in:
2024-10-09 19:50:05 -05:00
parent 67053645e1
commit 55bcf082ec
3 changed files with 4 additions and 4 deletions

View File

@ -458,7 +458,7 @@ private:
i_provider &provider_;
private:
utils::db::sqlite::db3_t db_{nullptr};
utils::db::sqlite::db3_t db_;
std::uint64_t next_handle_{0U};
mutable std::recursive_mutex open_file_mtx_;
std::unordered_map<std::string, std::shared_ptr<i_closeable_open_file>>