]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_test.c
Drop libevent and use our own event handling again.
[meshlink] / src / sptps_test.c
index 7aafbbea9e9dc7f8ba27150f0378279267dc5ee9..9db63ff3985cbcf51b50fa202731958e03911e01 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;