* count entries processed by Bank * initialize windows with initial height of Entries
This commit is contained in:
committed by
anatoly yakovenko
parent
3966eb5374
commit
1919ec247b
@@ -102,7 +102,8 @@ fn main() {
|
||||
bank.register_entry_id(&entry1.id);
|
||||
|
||||
eprintln!("processing entries...");
|
||||
bank.process_entries(entries).expect("process_entries");
|
||||
let num_entries = bank.process_entries(entries).expect("process_entries");
|
||||
eprintln!("processed {} entries...", num_entries);
|
||||
|
||||
eprintln!("creating networking stack...");
|
||||
|
||||
|
Reference in New Issue
Block a user