X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=f6415a1d075f0191ff60abe819b9e567dbdd01d8;hb=6a3bca753720bdeab795ec25a19f4b472d2133a6;hp=a341f2bb429a2adbec5369b4be44e66507fdbe1c;hpb=1e08f518b26db292ad81ce44fc0df06f4df3a869;p=meshlink diff --git a/src/node.h b/src/node.h index a341f2bb..f6415a1d 100644 --- a/src/node.h +++ b/src/node.h @@ -88,8 +88,6 @@ typedef struct node_t { uint64_t out_bytes; } node_t; -extern struct splay_tree_t *node_tree; - extern void init_nodes(void); extern void exit_nodes(void); extern node_t *new_node(void) __attribute__ ((__malloc__));