X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=8948d4fae885589205c74c7c2348a79f071a8f05;hp=87988db4002bc036da0c85448d6da84550016714;hb=4bb3793e38b7c7f24dd308801e7f6dbb02cf02d2;hpb=de78d79db84c486afcc353884ec1770866beb653 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 */