X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=d1cb97f7e0c7a45bf6cf0fd13581192bd148d9d9;hb=5140656de6bcfda72951a7827b05414ce306e3ca;hp=66cb6c62f6024696149af1441133fc7e5a2c26f1;hpb=1b2846d907adfc8472fc9da0c951c3243c7ee143;p=tinc diff --git a/src/node.h b/src/node.h index 66cb6c62..d1cb97f7 100644 --- a/src/node.h +++ b/src/node.h @@ -67,6 +67,7 @@ typedef struct node_t { int outcompression; /* Compressionlevel, 0 = no compression */ struct node_t *nexthop; /* nearest node from us to him */ + struct edge_t *prevedge; /* nearest node from him to us */ struct node_t *via; /* next hop for UDP packets */ avl_tree_t *subnet_tree; /* Pointer to a tree of subnets belonging to this node */