Drop libevent and use our own event handling again.
[tinc] / src / tincctl.c
index 344aa97..130ddde 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;