Detect and prevent two nodes with the same Name being on the VPN simultaneously.
[oweals/tinc.git] / src / net.h
index a97759fc80dfcf755e4b74bf24c327a63cec5c90..eae979cd1b72c59bf2d1a5b74a9792fb480842cd 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -115,6 +115,8 @@ extern bool do_prune;
 extern bool do_purge;
 extern char *myport;
 extern time_t now;
+extern int contradicting_add_edge;
+extern int contradicting_del_edge;
 
 /* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */
 #include "connection.h"