X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=b62d41b743401eb0ba013d020779f573026a7f89;hp=b5d3d18dedcd15d0d22e38e7a5e32ee48a6cbd3a;hb=b23bf132838156d2fe5a18d50a2b5e068ae18ec3;hpb=127f2f99f3d43e0565782750f26f1d3980c72711 diff --git a/src/connection.h b/src/connection.h index b5d3d18d..b62d41b7 100644 --- a/src/connection.h +++ b/src/connection.h @@ -36,7 +36,6 @@ typedef struct connection_status_t { unsigned int pinged:1; /* sent ping */ - unsigned int active:1; /* 1 if active.. */ unsigned int connecting:1; /* 1 if we are waiting for a non-blocking connect() to finish */ unsigned int unused_termreq:1; /* the termination of this connection was requested */ unsigned int remove_unused:1; /* Set to 1 if you want this connection removed */