Skip to content

Commit

Permalink
valley free always have one graph
Browse files Browse the repository at this point in the history
  • Loading branch information
guissalustiano committed Jan 26, 2024
1 parent 5d09a8c commit 7096108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ impl Topology {
let mut up_seen = Vec::new();

// add first
topo.graph.add_node(asn);
up_path_queue.push(asn);

while !up_path_queue.is_empty() {
Expand Down

0 comments on commit 7096108

Please sign in to comment.