X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=21edf110e4bb358dcd992d0ddd84565fb038f5f6;hb=9708bbfa8e3094de8932a30b1d24c661558d8a03;hp=75015ffe3214669958cc5dedd3e23007993bf691;hpb=b99656d84a88dad7935d5981fcdb43a5b2bfa417;p=tinc diff --git a/src/connection.h b/src/connection.h index 75015ffe..21edf110 100644 --- a/src/connection.h +++ b/src/connection.h @@ -56,7 +56,8 @@ typedef struct connection_t { union sockaddr_t address; /* his real (internet) ip */ char *hostname; /* the hostname of its real ip */ - int protocol_version; /* used protocol */ + int protocol_major; /* used protocol */ + int protocol_minor; /* used protocol */ int socket; /* socket used for this connection */ uint32_t options; /* options for this connection */