X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnection.h;h=6537e519a0b511f1d5017c93df81abe292639aea;hb=ce976717ea9756aa985699547fdbf132b694748d;hp=9906f0d7a70b03ea50227c3d5f37d2c1fb388ceb;hpb=01f47c46af514a9d7f39c143e4558a8426a0d3eb;p=tinc diff --git a/src/connection.h b/src/connection.h index 9906f0d7..6537e519 100644 --- a/src/connection.h +++ b/src/connection.h @@ -40,7 +40,7 @@ typedef union connection_status_t { int active:1; /* 1 if active.. */ 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:1; /* Set to 1 if you want this connection removed */ + int remove_unused:1; /* Set to 1 if you want this connection removed */ int timeout: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 */