updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2025-01-02 20:28:51 -06:00
parent 63b2d0e741
commit 754dfc49db
2 changed files with 6 additions and 5 deletions

View File

@ -93,7 +93,7 @@ private:
fs_file_t file_;
private:
mutable std::vector<io_item *> actions_;
mutable std::vector<std::shared_ptr<io_item>> actions_;
mutable std::unique_ptr<std::thread> io_thread_;
mutable std::unique_ptr<std::mutex> mtx_{std::make_unique<std::mutex>()};
mutable std::unique_ptr<std::condition_variable> notify_{