aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenstore/include')
-rw-r--r--src/zenstore/include/zenstore/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenstore/include/zenstore/gc.h b/src/zenstore/include/zenstore/gc.h
index 92f2bdf78..111b9886e 100644
--- a/src/zenstore/include/zenstore/gc.h
+++ b/src/zenstore/include/zenstore/gc.h
@@ -136,6 +136,7 @@ struct GcCtx
{
const GcSettings Settings;
std::atomic_bool& IsCancelledFlag;
+ LoggerRef Logger;
};
typedef tsl::robin_set<IoHash> HashSet;