Forward edge information

This commit is contained in:
thorkill 2015-07-09 17:09:35 +02:00
parent 5cb5ab3412
commit 24af5b94a7

View file

@ -142,6 +142,8 @@ bool add_edge_h(connection_t *c, const char *request) {
edge_update_weigth(e, weight);
if (e->reverse)
edge_update_weigth(e->reverse, weight);
send_add_edge(c, e);
graph();
}