X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsptps_test.c;h=e9cab253f21011dbbc686dbef25c2faeed4f73a2;hb=fe88f9a979110acb8acc6500444678d49e068bc5;hp=0ff59cb4558a488192a529d4ded441968908df8a;hpb=4c19d9a203d0ff05ffe680732b4564d0e783d037;p=meshlink diff --git a/src/sptps_test.c b/src/sptps_test.c index 0ff59cb4..e9cab253 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -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;