X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=ec6c0635dc3ce2c66e2f22559c7707e9a0bb7c76;hb=bc0a24ec810cb911610ae7aafa245e47d1268cd2;hp=6537e519a0b511f1d5017c93df81abe292639aea;hpb=ce976717ea9756aa985699547fdbf132b694748d;p=tinc diff --git a/src/connection.h b/src/connection.h index 6537e519..ec6c0635 100644 --- a/src/connection.h +++ b/src/connection.h @@ -41,7 +41,7 @@ typedef union connection_status_t { int connecting:1; /* 1 if we are waiting for a non-blocking connect() to finish */ int termreq:1; /* the termination of this connection was requested */ int remove_unused:1; /* Set to 1 if you want this connection removed */ - int timeout:1; /* 1 if gotten timeout */ + int timeout_unused:1; /* 1 if gotten timeout */ int encryptout:1; /* 1 if we can encrypt outgoing traffic */ int decryptin:1; /* 1 if we have to decrypt incoming traffic */ int mst:1; /* 1 if this connection is part of a minimum spanning tree */