X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=5ad7fcb9d04524e75f971bc2d7e7cd3bace4c629;hp=87988db4002bc036da0c85448d6da84550016714;hb=c23fcf555ee4b69f03b76a0ffb731c3a475a77e7;hpb=de78d79db84c486afcc353884ec1770866beb653 diff --git a/src/connection.h b/src/connection.h index 87988db4..5ad7fcb9 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,6 +1,6 @@ /* connection.h -- header for connection.c - Copyright (C) 2000-2006 Guus Sliepen , + Copyright (C) 2000-2009 Guus Sliepen , 2000-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -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 */