diff options
Diffstat (limited to 'src/zenstore/filecas.h')
| -rw-r--r-- | src/zenstore/filecas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenstore/filecas.h b/src/zenstore/filecas.h index d9186f05b..10c181c0b 100644 --- a/src/zenstore/filecas.h +++ b/src/zenstore/filecas.h @@ -86,6 +86,7 @@ private: inline RwLock& LockForHash(const IoHash& Hash) { return m_ShardLocks[Hash.Hash[19]]; } void IterateChunks(std::function<void(const IoHash& Hash, IoBuffer&& Payload)>&& Callback); + void IterateChunks(std::function<void(const IoHash& Hash, uint64_t PayloadSize)>&& Callback); void DeleteChunk(const IoHash& ChunkHash, std::error_code& Ec); struct ShardingHelper |