Moving files, first attempt at gcrypt compatibility, more interface
[tinc] / src / pokey / connection.h
similarity index 97%
rename from src/connection.h
rename to src/pokey/connection.h
index bd37aea..8f43696 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: connection.h,v 1.2 2002/04/09 15:26:00 zarq Exp $
+    $Id: connection.h,v 1.1 2002/04/28 12:46:26 zarq Exp $
 */
 
 #ifndef __TINC_CONNECTION_H__
@@ -99,7 +99,6 @@ typedef struct connection_t {
 
   char buffer[MAXBUFSIZE];         /* metadata input buffer */
   int buflen;                      /* bytes read into buffer */
-  int tcplen;                      /* length of incoming TCPpacket */
   int allow_request;               /* defined if there's only one request possible */
 
   time_t last_ping_time;           /* last time we saw some activity from the other end */