X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnode.h;h=55a1b5305f5f7848db958b8a983ef1a194383df7;hp=4b3224e3cab4da7822f5441c729598a03a50a8de;hb=78fc59e994c764d072bf0045177f690a378d1308;hpb=1728d5b2c43b33700a9997f97fe8503ad1cf3585 diff --git a/src/node.h b/src/node.h index 4b3224e3..55a1b530 100644 --- a/src/node.h +++ b/src/node.h @@ -1,6 +1,6 @@ /* node.h -- header for node.c - Copyright (C) 2001-2006 Guus Sliepen , + Copyright (C) 2001-2009 Guus Sliepen , 2001-2005 Ivo Timmermans This program is free software; you can redistribute it and/or modify @@ -61,8 +61,6 @@ typedef struct node_t { int compression; /* Compressionlevel, 0 = no compression */ - list_t *queue; /* Queue for packets awaiting to be encrypted */ - struct node_t *nexthop; /* nearest node from us to him */ struct node_t *via; /* next hop for UDP packets */