From e64410bfcc85add1a5caa8309cde2aaa5e15baa0 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 1 Nov 2021 20:00:04 +0100 Subject: cid: Added RemapCid() for use in GC --- zenstore/include/zenstore/cidstore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zenstore/include') 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 m_Impl; -- cgit v1.2.3