Introduce slot-specific packet metrics (#22906)
This commit is contained in:
@ -60,6 +60,7 @@ type Result<T> = std::result::Result<T, PohRecorderError>;
|
||||
|
||||
pub type WorkingBankEntry = (Arc<Bank>, (Entry, u64));
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct BankStart {
|
||||
pub working_bank: Arc<Bank>,
|
||||
pub bank_creation_time: Arc<Instant>,
|
||||
|
Reference in New Issue
Block a user