Correctly add/remove outgoing connections when reloading configuration.
[tinc] / src / net.h
index 667409e..4344f21 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -132,6 +132,7 @@ extern bool do_prune;
 extern char *myport;
 extern int contradicting_add_edge;
 extern int contradicting_del_edge;
+extern time_t last_config_check;
 
 extern char *proxyhost;
 extern char *proxyport;