More updates to new node/vertex/connection combo.
[tinc] / src / node.h
index e6b28d2..16bdb7c 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: node.h,v 1.1.2.3 2001/10/10 08:49:47 guus Exp $
+    $Id: node.h,v 1.1.2.4 2001/10/10 20:35:10 guus Exp $
 */
 
 #ifndef __TINC_NODE_H__
@@ -34,8 +34,6 @@ typedef struct node_t {
   short unsigned int port;         /* port number of UDP connection */
   char *hostname;                  /* the hostname of its real ip */
 
-  status_bits_t status;            /* status info */
-
   EVP_CIPHER *cipher;              /* Cipher type for UDP packets */ 
   char *key;                       /* Cipher key and iv */
   int keylength;                   /* Cipher key and iv length*/