diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-11-07 10:32:07 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-11-07 10:32:07 +1100 |
| commit | 499d5a942fc2ad0149b0a16e978e090336dd8319 (patch) | |
| tree | 1f671f0e3025b1350b25511e2442dfede19677df /src/database/include/database.hpp | |
| parent | d36fe9be6b522a3dade389213a0bb7e26a169627 (diff) | |
| download | tangara-fw-499d5a942fc2ad0149b0a16e978e090336dd8319.tar.gz | |
Add a wrapper codec source that does readahead
Diffstat (limited to 'src/database/include/database.hpp')
| -rw-r--r-- | src/database/include/database.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/database/include/database.hpp b/src/database/include/database.hpp index 5eb3a8e9..fb58f3e7 100644 --- a/src/database/include/database.hpp +++ b/src/database/include/database.hpp @@ -95,7 +95,8 @@ class Database { }; static auto Open(IFileGatherer& file_gatherer, ITagParser& tag_parser, - locale::ICollator& collator) + locale::ICollator& collator, + tasks::Worker& bg_worker) -> cpp::result<Database*, DatabaseError>; static auto Destroy() -> void; |
