X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=8948d4fae885589205c74c7c2348a79f071a8f05;hb=b47c17bcdeb70b63ad9346dc97ba575597cbd803;hp=87988db4002bc036da0c85448d6da84550016714;hpb=de78d79db84c486afcc353884ec1770866beb653;p=tinc diff --git a/src/connection.h b/src/connection.h index 87988db4..8948d4fa 100644 --- a/src/connection.h +++ b/src/connection.h @@ -59,7 +59,7 @@ typedef struct connection_t { int socket; /* socket used for this connection */ long int options; /* options for this connection */ - struct connection_status_t status; /* status info */ + connection_status_t status; /* status info */ int estimated_weight; /* estimation for the weight of the edge for this connection */ struct timeval start; /* time this connection was started, used for above estimation */ struct outgoing_t *outgoing; /* used to keep track of outgoing connections */