BlockCache (Linux version)

This commit is contained in:
SChernykh
2021-08-24 12:36:59 +02:00
parent bf5db3db08
commit 1cf4071f9b
3 changed files with 69 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ public:
private:
struct Impl;
Impl* m_impl;
std::atomic<uint32_t> m_flushRunning;
};
} // namespace p2pool