Move SnapshotArchiveInfo and friends into its own module (#19114)

This commit is contained in:
Brooks Prumo
2021-08-08 07:57:06 -05:00
committed by GitHub
parent aa688e4549
commit fd937548a0
14 changed files with 182 additions and 167 deletions

View File

@@ -60,8 +60,9 @@ use solana_runtime::{
bank_forks::BankForks,
commitment::BlockCommitmentCache,
hardened_unpack::{open_genesis_config, MAX_GENESIS_ARCHIVE_UNPACKED_SIZE},
snapshot_archive_info::SnapshotArchiveInfoGetter,
snapshot_config::SnapshotConfig,
snapshot_utils::{self, SnapshotArchiveInfoGetter},
snapshot_utils,
};
use solana_sdk::{
clock::Slot,