]> git.meshlink.io Git - meshlink/blobdiff - src/sptps_speed.c
Move connection_list to mesh->connections.
[meshlink] / src / sptps_speed.c
index 21850dd80733db5aa04666c930de73b4f852d0e2..e88c81fc9fcd08c164146514cc634b2a56930e1a 100644 (file)
@@ -29,7 +29,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;