improve and fix sequence counters

This commit is contained in:
2023-07-07 01:25:23 +02:00
parent 4decb1d0b7
commit 42775c0bb7
3 changed files with 117 additions and 31 deletions

View File

@ -944,6 +944,8 @@ mod alloc_mod {
#[derive(Clone)]
pub struct VerificationReporter {
source_data_buf: Vec<u8>,
//pub seq_count_provider: Option<Box<dyn >>
//pub msg_count_provider: Option<Box<dyn SequenceCountProvider<u16>>>,
pub reporter: VerificationReporterCore,
}