Drop libevent and use our own event handling again.
[tinc] / src / sptps_test.c
index 7aafbbe..9db63ff 100644 (file)
@@ -29,6 +29,7 @@ bool send_request(void *c, const char *msg, ...) { return false; }
 struct list_t *connection_list = NULL;
 bool send_meta(void *c, const char *msg , int len) { return false; }
 char *logfilename = NULL;
+struct timeval now;
 
 ecdsa_t mykey, hiskey;