]> git.meshlink.io Git - meshlink/blobdiff - src/tincctl.c
Drop libevent and use our own event handling again.
[meshlink] / src / tincctl.c
index 344aa97dcb74464d28b8157c43c0e0ef292a224c..130dddeadb35f97e218aa00f9e18c4f968bd2b22 100644 (file)
@@ -62,6 +62,7 @@ char *netname = NULL;
 char *confbase = NULL;
 static char *tinc_conf = NULL;
 static char *hosts_dir = NULL;
+struct timeval now;
 
 // Horrible global variables...
 static int pid = 0;