X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fedge.h;h=0de989adb188e6bfde74f49195934c8ffbbfeb20;hb=836766d4c5bc47682ab69c57337157c879517670;hp=4fff3878e5470cb137ece7a8cb1de80102de212b;hpb=b6298e2c082035b8238ea08673ced15d0fb7b89a;p=tinc diff --git a/src/edge.h b/src/edge.h index 4fff3878..0de989ad 100644 --- a/src/edge.h +++ b/src/edge.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: edge.h,v 1.1.2.3 2001/10/28 22:42:49 guus Exp $ + $Id: edge.h,v 1.1.2.4 2001/11/16 12:13:34 zarq Exp $ */ #ifndef __TINC_EDGE_H__ @@ -33,8 +33,7 @@ typedef struct halfconnection_t { struct node_t *node; /* node associated with this end of the connection */ - ipv4_t address; /* real (internet) ip on this end of the meta connection */ - short unsigned int port; /* port number of this end of the meta connection */ + struct addrinfo *address; /* real (internet) ip on this end of the meta connection */ char *hostname; /* the hostname of real ip */ } halfconnection_t;