Skip to content

Commit

Permalink
make store_id an Option in mem acct idx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington committed Feb 25, 2023
1 parent ce923bb commit 5f039e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank_creation_freezing_progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub(crate) struct BankCreationFreezingProgress {
bank_freeze_or_destruction_count: AtomicU32,

/// enable waiting for bank_freeze_or_destruction_count to increment
bank_frozen_or_destroyed: Arc<WaitableCondvar>,
pub(crate) bank_frozen_or_destroyed: Arc<WaitableCondvar>,

last_report: AtomicInterval,
}
Expand Down

0 comments on commit 5f039e8

Please sign in to comment.