]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_test.c
Fix return value of meshlink_join().
[meshlink] / src / sptps_test.c
index 0ff59cb4558a488192a529d4ded441968908df8a..e9cab253f21011dbbc686dbef25c2faeed4f73a2 100644 (file)
@@ -34,7 +34,7 @@
 
 // Symbols necessary to link with logger.o
 bool send_request(void *c, const char *msg, ...) { return false; }
-struct list_t *connection_list = NULL;
+void *mesh;
 bool send_meta(void *c, const char *msg , int len) { return false; }
 char *logfilename = NULL;
 struct timeval now;