X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fedge.h;h=ed46b8a428fd65b0bf3059e368f8246033b3a505;hb=3e61c7233b087b8400c29ca7a8d079aad8b706d8;hp=a1b7e3e66f8f9345fb68b92b415a5bd466628d22;hpb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;p=tinc diff --git a/src/edge.h b/src/edge.h index a1b7e3e6..ed46b8a4 100644 --- a/src/edge.h +++ b/src/edge.h @@ -1,6 +1,6 @@ /* edge.h -- header for edge.c - Copyright (C) 2001-2006 Guus Sliepen , + Copyright (C) 2001-2012 Guus Sliepen , 2001-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -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 */