X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsptps_test.c;h=e9cab253f21011dbbc686dbef25c2faeed4f73a2;hb=bd64dba29c465b016ac1d2fb53f2bf09f8feaddd;hp=63a48459019395fd1049657600a40620a587677a;hpb=21f0bddfa4dca5fb21c9dc4970ac64fa8fe706e4;p=meshlink diff --git a/src/sptps_test.c b/src/sptps_test.c index 63a48459..e9cab253 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -34,6 +34,7 @@ // Symbols necessary to link with logger.o bool send_request(void *c, const char *msg, ...) { return false; } +void *mesh; bool send_meta(void *c, const char *msg , int len) { return false; } char *logfilename = NULL; struct timeval now;