diff options
| author | Stefan Boberg <[email protected]> | 2021-11-01 20:00:04 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-11-01 20:00:04 +0100 |
| commit | e64410bfcc85add1a5caa8309cde2aaa5e15baa0 (patch) | |
| tree | a61a203c35179dd8175a9c5d0db3fcd5d2f725e6 /zenstore/include | |
| parent | projectstore: Implemented project/oplog discovery so we can take any persiste... (diff) | |
| download | zen-e64410bfcc85add1a5caa8309cde2aaa5e15baa0.tar.xz zen-e64410bfcc85add1a5caa8309cde2aaa5e15baa0.zip | |
cid: Added RemapCid() for use in GC
Diffstat (limited to 'zenstore/include')
| -rw-r--r-- | zenstore/include/zenstore/cidstore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zenstore/include/zenstore/cidstore.h b/zenstore/include/zenstore/cidstore.h index acfedbc64..a69569bd2 100644 --- a/zenstore/include/zenstore/cidstore.h +++ b/zenstore/include/zenstore/cidstore.h @@ -57,6 +57,8 @@ public: // TODO: add batch filter support + IoHash RemapCid(const IoHash& DecompressedId); + private: struct Impl; std::unique_ptr<Impl> m_Impl; |