aboutsummaryrefslogtreecommitdiff
path: root/zenstore/gc.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-19 22:30:12 +0200
committerStefan Boberg <[email protected]>2021-10-19 22:30:12 +0200
commitfd265afc084448530f963820667271c2af52644f (patch)
tree7268132380167735fa35bd4255194d3ff8ebe34d /zenstore/gc.cpp
parentMerge branch 'gc' of https://github.com/EpicGames/zen into gc (diff)
parentMerge branch 'gc' of https://github.com/EpicGames/zen into gc (diff)
downloadzen-fd265afc084448530f963820667271c2af52644f.tar.xz
zen-fd265afc084448530f963820667271c2af52644f.zip
Merge from main
Diffstat (limited to 'zenstore/gc.cpp')
-rw-r--r--zenstore/gc.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/zenstore/gc.cpp b/zenstore/gc.cpp
index c25ea344c..612cceed9 100644
--- a/zenstore/gc.cpp
+++ b/zenstore/gc.cpp
@@ -80,4 +80,16 @@ CasGc::OnNewCidReferences(std::span<IoHash> Hashes)
ZEN_UNUSED(Hashes);
}
+void
+CasGc::OnCommittedCidReferences(std::span<IoHash> Hashes)
+{
+ ZEN_UNUSED(Hashes);
+}
+
+void
+CasGc::OnDroppedCidReferences(std::span<IoHash> Hashes)
+{
+ ZEN_UNUSED(Hashes);
+}
+
} // namespace zen