X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=7fa769f8d784042edb85c319f31263146369e7bc;hb=45a46f068cf8fbe6cc8c59673de2d8580d18f87f;hp=b41cf46a7425f43950921eeb76ce9a8e291d01fd;hpb=bfe231b977284ba78a582db96a05b5854ddf0d91;p=tinc 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 */