X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fedge.h;h=ed46b8a428fd65b0bf3059e368f8246033b3a505;hb=6d0452896673c36226c24144d4bde824a49c3950;hp=cbd9e5ac0ab0ff1fe9a3a99cc31fd642bf51e10b;hpb=70a1a5594af5d4e6a364186b42ba4e34c676009b;p=tinc diff --git a/src/edge.h b/src/edge.h index cbd9e5ac..ed46b8a4 100644 --- a/src/edge.h +++ b/src/edge.h @@ -30,6 +30,7 @@ typedef struct edge_t { struct node_t *from; struct node_t *to; sockaddr_t address; + sockaddr_t local_address; uint32_t options; /* options turned on for this edge */ int weight; /* weight of this edge */