]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_test.c
Move connection_list to mesh->connections.
[meshlink] / src / sptps_test.c
index 0ff59cb4558a488192a529d4ded441968908df8a..63a48459019395fd1049657600a40620a587677a 100644 (file)
@@ -34,7 +34,6 @@
 
 // Symbols necessary to link with logger.o
 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;