X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=7fa769f8d784042edb85c319f31263146369e7bc;hp=b41cf46a7425f43950921eeb76ce9a8e291d01fd;hb=c2dc3784f127ef6db6e9960a4abecc1aab6f4e31;hpb=7e6b2dd1ea51057b7135139c200d97a9e8f9c9cb diff --git a/src/connection.h b/src/connection.h index b41cf46a..7fa769f8 100644 --- a/src/connection.h +++ b/src/connection.h @@ -59,9 +59,9 @@ typedef struct connection_status_t { typedef struct connection_t { char *name; /* name he claims to have */ + char *hostname; /* the hostname of its real ip */ union sockaddr_t address; /* his real (internet) ip */ - char *hostname; /* the hostname of its real ip */ int protocol_major; /* used protocol */ int protocol_minor; /* used protocol */