aboutsummaryrefslogtreecommitdiff
path: root/src/zenstore/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-09-04 09:27:32 +0200
committerGitHub Enterprise <[email protected]>2024-09-04 09:27:32 +0200
commit1e52c3e1f479a802d151a4d162bb0b9174d22cf7 (patch)
tree96427532f0df1e735fc5ced8087fb4996d021be5 /src/zenstore/include
parentdelay oplog read (#141) (diff)
downloadzen-1e52c3e1f479a802d151a4d162bb0b9174d22cf7.tar.xz
zen-1e52c3e1f479a802d151a4d162bb0b9174d22cf7.zip
move gc logs to gc logger (#142)
- Improvement: Move GC logging in callback functions into "gc" context
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;