Reload Subnets when getting a HUP signal and StrictSubnets is used.
[oweals/tinc.git] / src / subnet.h
index b2124a0ef87037a00d00b9daed4cbf411c3b1270..e129a9592d3f98975db56aa0e7bf41dfff63bbd6 100644 (file)
@@ -64,6 +64,8 @@ typedef struct subnet_t {
 
 #define MAXNETSTR 64
 
+extern avl_tree_t *subnet_tree;
+
 extern int subnet_compare(const struct subnet_t *, const struct subnet_t *);
 extern subnet_t *new_subnet(void) __attribute__ ((__malloc__));
 extern void free_subnet(subnet_t *);