Maintain storage_config exposed API
This commit is contained in:
committed by
Daniel J. H
parent
0b5c7a97a7
commit
8da40419ee
@@ -64,6 +64,11 @@ struct UpdaterConfig final : storage::IOConfig
|
||||
{
|
||||
}
|
||||
|
||||
void UseDefaultOutputNames(const boost::filesystem::path &base)
|
||||
{
|
||||
IOConfig::UseDefaultOutputNames(base);
|
||||
}
|
||||
|
||||
double log_edge_updates_factor;
|
||||
std::time_t valid_now;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user