This commit is contained in:
John Smith
2022-12-08 12:48:01 -05:00
parent 3b1fb5aba1
commit 2b9044fdfa
16 changed files with 92 additions and 322 deletions

View File

@@ -457,17 +457,6 @@ impl RoutingTable {
.get_entry_count(routing_domain_set, min_state)
}
pub fn get_nodes_needing_updates(
&self,
routing_domain: RoutingDomain,
cur_ts: u64,
all: bool,
) -> Vec<NodeRef> {
self.inner
.read()
.get_nodes_needing_updates(self.clone(), routing_domain, cur_ts, all)
}
pub fn get_nodes_needing_ping(
&self,
routing_domain: RoutingDomain,