xo-gc: improve public/private between MutationLogStore and X1
This commit is contained in:
parent
f71d40e4a0
commit
5d3c088ba7
6 changed files with 133 additions and 142 deletions
|
|
@ -9,16 +9,12 @@ namespace xo {
|
|||
namespace mm {
|
||||
|
||||
MutationLogConfig::MutationLogConfig(std::uint32_t ngen,
|
||||
#ifdef OBSOLETE
|
||||
std::uint32_t survive,
|
||||
#endif
|
||||
std::size_t mlog_z,
|
||||
bool enabled_flag,
|
||||
bool debug_flag)
|
||||
: n_generation_{ngen},
|
||||
#ifdef OBSOLETE
|
||||
n_survive_threshold_{survive},
|
||||
#endif
|
||||
mutation_log_z_{mlog_z},
|
||||
enabled_flag_{enabled_flag},
|
||||
debug_flag_{debug_flag}
|
||||
{}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue