X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnode.h;h=f312043da58839431286f1b7b5a4c01f0d8b86c0;hb=8c8dfd6686a3d4cc11c20a09c8dfbc8321b07cdb;hp=b6039684d7595a70b376ae45c419e6190a2bfc9d;hpb=3a149f7521dfff67e6a790c1a830afc649ae083e;p=tinc diff --git a/src/node.h b/src/node.h index b6039684..f312043d 100644 --- a/src/node.h +++ b/src/node.h @@ -77,9 +77,9 @@ typedef struct node_t { struct edge_t *prevedge; /* nearest node from him to us */ struct node_t *via; /* next hop for UDP packets */ - splay_tree_t *subnet_tree; /* Pointer to a tree of subnets belonging to this node */ + splay_tree_t subnet_tree; /* Pointer to a tree of subnets belonging to this node */ - splay_tree_t *edge_tree; /* Edges with this node as one of the endpoints */ + splay_tree_t edge_tree; /* Edges with this node as one of the endpoints */ struct connection_t *connection; /* Connection associated with this node (if a direct connection exists) */