From 0f01c97c6beb6205e81e281cc14c5cb60196fd53 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 2 Apr 2026 18:00:09 -0400 Subject: [PATCH] xo-gc: tiny: + comments --- include/xo/gc/MutationLogState.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xo/gc/MutationLogState.hpp b/include/xo/gc/MutationLogState.hpp index dd20655..ef7e96a 100644 --- a/include/xo/gc/MutationLogState.hpp +++ b/include/xo/gc/MutationLogState.hpp @@ -133,7 +133,9 @@ namespace xo { public: + /** number of generations in use. Same as @ref X1CollectorConfig.n_generation_ **/ uint32_t n_generation_ = 0; + /** true to enable debug logging **/ bool debug_flag_ = false; /** Cross-generational mutations tracked in MutationLogs.