fixes backports code changes (#20541)

This commit is contained in:
behzad nouri
2021-10-08 15:30:27 +00:00
committed by GitHub
parent afe866ad02
commit c693ecc4c8
4 changed files with 13 additions and 9 deletions

View File

@@ -75,9 +75,9 @@ fn broadcast_shreds_bench(bencher: &mut Bencher) {
&cluster_nodes_cache,
&last_datapoint,
&mut TransmitShredsStats::default(),
&SocketAddrSpace::Unspecified,
&cluster_info,
&bank_forks,
&SocketAddrSpace::Unspecified,
)
.unwrap();
});