diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-01 22:55:43 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-05-01 22:55:43 +0200 |
| commit | 6e6035499b3fe40b22e1be5aee9ac3a9675d27b0 (patch) | |
| tree | dba08d49e0c7f9f02654917ea81a1d86c683a5bb /zenstore/include | |
| parent | collectgarbage for compactcas and structured cache uses shared implementation (diff) | |
| download | zen-6e6035499b3fe40b22e1be5aee9ac3a9675d27b0.tar.xz zen-6e6035499b3fe40b22e1be5aee9ac3a9675d27b0.zip | |
remove m_TotalSize for blockstore
fix scrub logic in structured cache store
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/blockstore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenstore/include/zenstore/blockstore.h b/zenstore/include/zenstore/blockstore.h index 1eff46367..31d9145f9 100644 --- a/zenstore/include/zenstore/blockstore.h +++ b/zenstore/include/zenstore/blockstore.h @@ -158,7 +158,6 @@ private: uint64_t m_MaxBlockSize = 1u << 28; uint64_t m_MaxBlockCount = BlockStoreDiskLocation::MaxBlockIndex + 1; std::filesystem::path m_BlocksBasePath; - std::atomic_uint64_t m_TotalSize{}; }; void blockstore_forcelink(); |