Forward edge information
This commit is contained in:
parent
5cb5ab3412
commit
24af5b94a7
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ bool add_edge_h(connection_t *c, const char *request) {
|
||||||
edge_update_weigth(e, weight);
|
edge_update_weigth(e, weight);
|
||||||
if (e->reverse)
|
if (e->reverse)
|
||||||
edge_update_weigth(e->reverse, weight);
|
edge_update_weigth(e->reverse, weight);
|
||||||
|
|
||||||
|
send_add_edge(c, e);
|
||||||
graph();
|
graph();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue