X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=6e48f3b3f797691cfaf06742f82a47c099f5d9bf;hb=0966cca8ab6dcde2747c717f21d73fd332e04242;hp=4b3224e3cab4da7822f5441c729598a03a50a8de;hpb=1728d5b2c43b33700a9997f97fe8503ad1cf3585;p=tinc diff --git a/src/node.h b/src/node.h index 4b3224e3..6e48f3b3 100644 --- a/src/node.h +++ b/src/node.h @@ -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 */